Editors: Properly aligned edit area border radius
This commit is contained in:
parent
8ffa436f3d
commit
8166e27f2b
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue