Make title field bigger when editing a topic title
This commit is contained in:
parent
669dad6cbb
commit
229395729d
|
@ -94,6 +94,9 @@
|
||||||
|
|
||||||
#topic-title {
|
#topic-title {
|
||||||
margin-bottom: 14px;
|
margin-bottom: 14px;
|
||||||
|
#edit-title {
|
||||||
|
width: 350px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// App header
|
// App header
|
||||||
|
|
Loading…
Reference in New Issue