Editors: Properly aligned edit area border radius

This commit is contained in:
Dan Brown 2023-10-14 17:18:09 +01:00
parent 8ffa436f3d
commit 8166e27f2b
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -8,6 +8,8 @@
flex: 1;
flex-direction: column;
z-index: 10;
overflow: hidden;
border-radius: 0 0 8px 8px;
}
.mce-tinymce {
@ -67,7 +69,7 @@
display: block;
width: 100%;
font-size: 20px;
border-radius: 4px;
border-radius: 8px;
}
input[type="text"]:focus {
position: relative;