[Bugfix] Fix style rules to enrich editor (#488)

* fix style rules to enrich editor

* fix li font style
This commit is contained in:
Murilo Brito 2025-07-30 23:50:46 -03:00 committed by GitHub
parent beeedee611
commit a119683c31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 77 additions and 6 deletions

View 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;
}
}
}