diff --git a/app/static/styles.css b/app/static/styles.css index 1e76153..0dcaad1 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -14,6 +14,10 @@ --success-bg: #e7f5ee; } +.hidden { + display: none !important; +} + * { box-sizing: border-box; } @@ -243,4 +247,4 @@ pre { gap: 8px; align-items: center; flex-wrap: wrap; -} +} \ No newline at end of file