mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
add border-radius to overbox on submit modal
This commit is contained in:
parent
260f927980
commit
a39bcdb0f0
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
|||
background-color: white;
|
||||
margin-top: @line-height-computed / 2;
|
||||
border: 1px solid @gray-lighter;
|
||||
border-radius: 9px;
|
||||
}
|
||||
.content-as-table {
|
||||
.table-content,
|
||||
|
|
Loading…
Reference in a new issue