Skip to content

Commit 8166e27

Browse files
committed
Editors: Properly aligned edit area border radius
1 parent 8ffa436 commit 8166e27

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/sass/_pages.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
flex: 1;
99
flex-direction: column;
1010
z-index: 10;
11+
overflow: hidden;
12+
border-radius: 0 0 8px 8px;
1113
}
1214

1315
.mce-tinymce {
@@ -67,7 +69,7 @@
6769
display: block;
6870
width: 100%;
6971
font-size: 20px;
70-
border-radius: 4px;
72+
border-radius: 8px;
7173
}
7274
input[type="text"]:focus {
7375
position: relative;

0 commit comments

Comments
 (0)