Merge pull request #2402 from payloadcms/fix/textarea-overlap

fix: textarea field overlap in UI
This commit is contained in:
James Mikrut
2023-03-27 15:01:37 -05:00
committed by GitHub

View File

@@ -3,6 +3,7 @@
.field-type.textarea {
position: relative;
margin-bottom: $baseline;
padding-bottom: base(2.5);
.textarea-outer {
@include formInput();
@@ -82,4 +83,8 @@
content: attr(data-after);
opacity: 0.5;
}
}
@include mid-break {
padding: 0;
}
}