mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
[Bugfix] Fix style rules to enrich editor (#488)
* fix style rules to enrich editor * fix li font style
This commit is contained in:
parent
beeedee611
commit
a119683c31
3 changed files with 77 additions and 6 deletions
13
styles/less/global/tab-description.less
Normal file
13
styles/less/global/tab-description.less
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
@import '../utils/colors.less';
|
||||
@import '../utils/fonts.less';
|
||||
|
||||
.daggerheart.dh-style {
|
||||
.tab.active.description {
|
||||
overflow-y: hidden !important;
|
||||
height: -webkit-fill-available !important;
|
||||
|
||||
fieldset {
|
||||
height: -webkit-fill-available;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue