]> BookStack Code Mirror - bookstack/commitdiff
Editors: Properly aligned edit area border radius 4604/head
authorDan Brown <redacted>
Sat, 14 Oct 2023 16:18:09 +0000 (17:18 +0100)
committerDan Brown <redacted>
Sat, 14 Oct 2023 16:18:09 +0000 (17:18 +0100)
resources/sass/_pages.scss

index bc36c93ddd155203b7377c8c8c7a660d53c1ef15..13d67ec24c96900df55eab8118c320598551b58d 100755 (executable)
@@ -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;