resolve spacing issues with block list inline editor when it is the last property editor on the current tab
(cherry picked from commit 9a638b6edc)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
07a45d02f9
commit
539640f995
@@ -165,7 +165,7 @@ h6.-black {
|
||||
}
|
||||
}
|
||||
|
||||
umb-property:last-of-type .umb-control-group {
|
||||
umb-property:last-of-type > .umb-property > ng-form > .umb-control-group {
|
||||
&::after {
|
||||
margin-top: 0px;
|
||||
height: 0;
|
||||
|
||||
@@ -6,6 +6,10 @@
|
||||
border-radius: @baseBorderRadius;
|
||||
transition: border-color 120ms, background-color 120ms;
|
||||
|
||||
.umb-box {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.umb-block-list__block:not(.--active) &:hover {
|
||||
border-color: @gray-8;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user