forked from GitHub-Mirrors/foundry-sw5e
General Cleanup
CSS - Removed unnecessary units on 0 values - Replaced invalid css values (such as line-height default) with valid equivalents Templates - Added missing closing tags - Fixed incorrect closing tags - Removed unnecessary closing tags
This commit is contained in:
parent
d0e0dda2b3
commit
92bf020cdf
23 changed files with 272 additions and 279 deletions
|
@ -231,7 +231,7 @@
|
|||
padding-bottom: 4px;
|
||||
.folder {
|
||||
& > .folder-header {
|
||||
line-height: default;
|
||||
line-height: initial;
|
||||
padding: 0 0 0 8px;
|
||||
position: relative;
|
||||
border: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue