mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:18:26 +01:00
fixed max widht
This commit is contained in:
parent
1066cc9381
commit
174d68c1a6
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;
|
overflow: auto;
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
max-width:21em;
|
max-width:376px;
|
||||||
">
|
">
|
||||||
|
|
||||||
<div class="new-button" style="height: 2.3em">
|
<div class="new-button" style="height: 2.3em">
|
||||||
|
|
Loading…
Reference in a new issue