mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #2326 from overleaf/cmg-publish-modal-buttons
Stop publish modal buttons wrapping incorrectly at zoomed out levels GitOrigin-RevId: 3298cf7734a2a033423c2f6f866f6db43cdc83fb
This commit is contained in:
parent
cce388bfab
commit
3f34098c03
1 changed files with 125 additions and 123 deletions
|
@ -1,6 +1,6 @@
|
|||
.modal-body-publish {
|
||||
@label-column-width: 10em;
|
||||
@control-left-margin: 1.0em;
|
||||
@control-left-margin: 1em;
|
||||
.form-control-box {
|
||||
margin-bottom: 1.5ex;
|
||||
margin-left: @control-left-margin;
|
||||
|
@ -16,7 +16,7 @@
|
|||
display: inline-block;
|
||||
width: 60%;
|
||||
}
|
||||
input[type="checkbox"] {
|
||||
input[type='checkbox'] {
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
textarea {
|
||||
|
@ -53,19 +53,21 @@
|
|||
font-style: italic;
|
||||
width: 30%;
|
||||
float: right;
|
||||
text-transform: capitalize
|
||||
text-transform: capitalize;
|
||||
}
|
||||
.table-content-category ~ .table-content-name {
|
||||
width: 70%;
|
||||
display: inline-block;
|
||||
}
|
||||
.wl-icon:before{
|
||||
.wl-icon:before {
|
||||
font-size: 14px;
|
||||
}
|
||||
.btn-wrapping{
|
||||
.btn-wrapping {
|
||||
min-width: 8em;
|
||||
max-width: 25em;
|
||||
white-space: normal;
|
||||
}
|
||||
.button-as-link{
|
||||
.button-as-link {
|
||||
color: green;
|
||||
text-transform: none;
|
||||
background: none;
|
||||
|
|
Loading…
Reference in a new issue