mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
Corrected to 2 rows of height
This commit is contained in:
parent
d6975c6137
commit
7ecf71cebb
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
border: 1px solid light-dark(@dark-blue, @golden);
|
border: 1px solid light-dark(@dark-blue, @golden);
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
max-height: 280px;
|
max-height: 184px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
&.selectable {
|
&.selectable {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue