Skip to content

Commit

Permalink
fix(editor) : main page padding, 2 lines labels in form
Browse files Browse the repository at this point in the history
  • Loading branch information
mrflos authored Feb 6, 2023
1 parent 83e6e01 commit 027d2ad
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions styles/margot-base/components/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,12 @@ textarea.form-control {
text-align: left;
color: var(--primary-color);
width: auto !important;
max-width: calc(100% - 72px) !important;
font-weight: 600;
padding-left: 15px;
font-size: 14px;
margin: 0;
line-height: 1em;
}
.form-group:not(.file) .control-label {
height: auto;
Expand Down Expand Up @@ -398,24 +400,24 @@ form .col-sm-9 {
padding-top: 5px;
}
/* handle textarea with aceditor */
.scroll-container-toolbar {
.controls .scroll-container-toolbar {
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
scrollbar-width: none;
-ms-overflow-style: none;
}
.scroll-container-toolbar::-webkit-scrollbar {
.controls .scroll-container-toolbar::-webkit-scrollbar {
width: 0;
height: 0;
}
.scroll-container-toolbar .aceditor-toolbar {
.controls .scroll-container-toolbar .aceditor-toolbar {
width: 900px;
padding-bottom: 8px;
}
.form-group.wiki-textarea .control-label {
position: relative !important;
top: 59px !important;
top: 62px !important;
left: 1.7rem !important;
margin-top: -20px;
}
Expand Down

0 comments on commit 027d2ad

Please sign in to comment.