Skip to content

Commit

Permalink
CSS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lloc committed Dec 31, 2023
1 parent 7b265a7 commit 25dad7e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion css/msls.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 8 additions & 5 deletions css/msls.less
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
@select-width: 226px;

div#msls.postbox {
label {
margin-right: 6px;
}
select {
input.msls_title, select {
width: 100%;
}
}

select.msls-translations {
width: @select-width;
}

#msls.postbox {
.inside {
li {
Expand All @@ -18,17 +21,17 @@ select.msls-translations {
label {
display: flex;
}
input.msls_title, select{
input.msls_title, select {
flex-grow: 1;
}
}
}
}

#msls-content-import {
.button-primary {
margin: 1em auto;
}
.button-primary {
margin: 1em auto;
}
}

.flag-icon {
Expand Down

0 comments on commit 25dad7e

Please sign in to comment.