Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit cf60658

Browse files
committed
fix: improve Job Description editor style
make style matching other fields ref issue #100
1 parent 54faf19 commit cf60658

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/components/MarkdownEditor/styles.module.scss

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
@import "styles/include";
22

33
.editor-container {
4-
margin-top: 10px;
5-
64
:global {
75
// reset style for heading list in headings selection popup
86
.tui-popup-body {
@@ -20,11 +18,18 @@
2018

2119
// reset border color
2220
.tui-editor-defaultUI {
23-
border: 1px solid #aaaaab
21+
border: 1px solid #aaaaab;
22+
border-radius: 4px;
23+
overflow: hidden;
2424
}
2525

2626
.te-toolbar-section {
27-
border-bottom: 1px solid #aaaaab
27+
border-bottom: 1px solid #aaaaab;
28+
height: 40px;
29+
}
30+
31+
.tui-editor-defaultUI-toolbar {
32+
margin-top: (40px - 32px) / 2; // center buttons inside the toolbar
2833
}
2934

3035
// hide uplodd file

0 commit comments

Comments
 (0)