mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Remove min height for placeholder segments
This commit is contained in:
parent
5e24a14b74
commit
06bef9cc3c
1 changed files with 7 additions and 0 deletions
|
@ -116,3 +116,10 @@
|
|||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
// no reason to have a min height for segments
|
||||
// normal segments do not have min-height, why should the placeholder one have it?
|
||||
// if extra height is needed, just add it to the segment manually
|
||||
.ui.placeholder.segment {
|
||||
min-height: 0rem;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue