]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
8ffa436
)
Editors: Properly aligned edit area border radius
4604/head
author
Dan Brown
<redacted>
Sat, 14 Oct 2023 16:18:09 +0000
(17:18 +0100)
committer
Dan Brown
<redacted>
Sat, 14 Oct 2023 16:18:09 +0000
(17:18 +0100)
resources/sass/_pages.scss
patch
|
blob
|
history
diff --git
a/resources/sass/_pages.scss
b/resources/sass/_pages.scss
index bc36c93ddd155203b7377c8c8c7a660d53c1ef15..13d67ec24c96900df55eab8118c320598551b58d 100755
(executable)
--- a/
resources/sass/_pages.scss
+++ b/
resources/sass/_pages.scss
@@
-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:
4
px;
+ border-radius:
8
px;
}
input[type="text"]:focus {
position: relative;