From 7e517ce6cfbc8d2b8acc3ce13b654e49aab92b1b Mon Sep 17 00:00:00 2001 From: Captain ALM Date: Fri, 29 Jul 2022 20:29:08 +0100 Subject: [PATCH] . --- base.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/base.css b/base.css index 2e5b777..ee51323 100644 --- a/base.css +++ b/base.css @@ -79,6 +79,8 @@ main{ vertical-align: middle; } .so-pane-full{ + display: table-caption !important; + caption-side: bottom; max-width: 100%; width: 100%; } @@ -88,6 +90,9 @@ main{ vertical-align: middle; font-size: 16px; text-align: left; + -webkit-border-radius: 5px; + -moz-border-radius: 5px; + border-radius: 5px; } .so-pane > div > div > label{ background-color: transparent;