Make title field bigger when editing a topic title

This commit is contained in:
Neil Lalonde 2013-04-10 14:19:34 -04:00
parent 669dad6cbb
commit 229395729d
1 changed files with 3 additions and 0 deletions

View File

@ -94,6 +94,9 @@
#topic-title { #topic-title {
margin-bottom: 14px; margin-bottom: 14px;
#edit-title {
width: 350px;
}
} }
// App header // App header