Merge pull request #2402 from payloadcms/fix/textarea-overlap
fix: textarea field overlap in UI
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user