From a39bcdb0f0c212d21ee8d2e2c91c0a9b7a5b1a75 Mon Sep 17 00:00:00 2001 From: hugh-obrien Date: Mon, 2 Jul 2018 17:30:17 +0100 Subject: [PATCH] add border-radius to overbox on submit modal --- services/web/public/stylesheets/app/editor/publish-modal.less | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/public/stylesheets/app/editor/publish-modal.less b/services/web/public/stylesheets/app/editor/publish-modal.less index e3320f85f0..d196d3ccf0 100644 --- a/services/web/public/stylesheets/app/editor/publish-modal.less +++ b/services/web/public/stylesheets/app/editor/publish-modal.less @@ -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,