add border-radius to overbox on submit modal

This commit is contained in:
hugh-obrien 2018-07-02 17:30:17 +01:00
parent 260f927980
commit a39bcdb0f0

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,