mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-24 16:40:30 +00:00
small fix for better width for search translations full display
This commit is contained in:
parent
ab494e4ede
commit
40d2042228
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue