kopia lustrzana https://github.com/wagtail/wagtail
Remove field width transition when commenting is enabled/disabled
rodzic
5885494908
commit
e62103ae1c
|
@ -3,7 +3,6 @@
|
|||
display: flex;
|
||||
flex-flow: column nowrap;
|
||||
padding: $children-container-padding 0;
|
||||
transition: padding $hover-transition-duration ease-in-out;
|
||||
|
||||
// TODO: #CSSoverhaul the bse icon style here - the margin - should be reconsidered when
|
||||
// re-building the icon component as part of the CSS These styles come from global
|
||||
|
|
|
@ -481,8 +481,6 @@ footer .preview {
|
|||
|
||||
@include media-breakpoint-up(sm) {
|
||||
.object {
|
||||
transition: padding-right 0.5s ease 0s;
|
||||
|
||||
fieldset {
|
||||
// Override column mixin for column items.
|
||||
display: block;
|
||||
|
|
Ładowanie…
Reference in New Issue