mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 09:38:25 +01:00
fixed max widht
This commit is contained in:
parent
2ffe1c0e01
commit
7fd78e2a15
1 changed files with 1 additions and 1 deletions
|
@ -1344,7 +1344,7 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
|
|||
overflow: auto;
|
||||
margin-bottom: 6px;
|
||||
padding: 4px;
|
||||
max-width:21em;
|
||||
max-width:376px;
|
||||
">
|
||||
|
||||
<div class="new-button" style="height: 2.3em">
|
||||
|
|
Loading…
Reference in a new issue