diff --git a/services/web/public/stylesheets/app/editor/publish-modal.less b/services/web/public/stylesheets/app/editor/publish-modal.less index 58c5a776b4..ad4e01cb3e 100644 --- a/services/web/public/stylesheets/app/editor/publish-modal.less +++ b/services/web/public/stylesheets/app/editor/publish-modal.less @@ -105,13 +105,13 @@ } .table-content-icon { float: left; - height: 80px; + height: 100px; width: 106px; - border: 1px solid @gray-lightest; display: flex; - align-items: center; + align-items: flex-start; overflow: hidden; * { + border: 1px solid @gray-lightest; width: 100%; } } @@ -122,7 +122,7 @@ padding-left: 15px; } .table-content-slogan { - height: 80px; + height: 100px; overflow: hidden; } .table-content-link {