]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
small fix for better width for search translations full display 854/head
authortcit <tcit@tcit.fr>
Sat, 4 Oct 2014 17:08:56 +0000 (19:08 +0200)
committertcit <tcit@tcit.fr>
Sat, 4 Oct 2014 17:08:56 +0000 (19:08 +0200)
themes/default/css/messages.css

index 46b547956244eb3f84d64b292a33120323c179ec..3ad4e34e50e69035e753d2795172d3755575647b 100644 (file)
@@ -8,6 +8,11 @@
     border-radius: 4px;
 }
 
+/* Search form message needs a little more width, depending on translations */
+#search-form {
+    width: 420px;
+}
+
 .messages a.closeMessage {
     display: none;
     float: right;