Merge pull request #722 from sharelatex/hb-publish-layout-updates

Add border-radius to overbox on submit modal
This commit is contained in:
Hugh O'Brien 2018-07-05 12:12:15 +01:00 committed by GitHub
commit 3a33fef42c

View file

@ -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,