fix slight overflowing of fieldset.foldable

This commit is contained in:
Frédéric Péters 2018-11-18 16:47:13 +01:00
parent 54ed878865
commit 478c78afe5
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ fieldset.gadjo-foldable legend.gadjo-foldable-widget:after {
content: "";
@include vendor-prefix('transition', 'transform 0.1s ease');
position: absolute;
right: 0;
right: 1ex;
}
fieldset.gadjo-foldable.gadjo-folded legend.gadjo-foldable-widget:after {
transform: rotate(-90deg);