mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 09:32:15 -05:00
small fix for better width for search translations full display
This commit is contained in:
parent
ab494e4ede
commit
40d2042228
@ -8,6 +8,11 @@
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Search form message needs a little more width, depending on translations */
|
||||||
|
#search-form {
|
||||||
|
width: 420px;
|
||||||
|
}
|
||||||
|
|
||||||
.messages a.closeMessage {
|
.messages a.closeMessage {
|
||||||
display: none;
|
display: none;
|
||||||
float: right;
|
float: right;
|
||||||
|
Loading…
Reference in New Issue
Block a user