diff --git a/static/css/index.css b/static/css/index.css index 84987cc..0adb406 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -1559,6 +1559,7 @@ header h1 .tagline { overflow: hidden; padding: 12px; position: relative; + flex-shrink: 0; } .section h3 { @@ -1744,6 +1745,7 @@ header h1 .tagline { } .run-btn { + flex-shrink: 0; width: 100%; padding: 12px; background: var(--accent-green); @@ -1781,6 +1783,7 @@ header h1 .tagline { } .stop-btn { + flex-shrink: 0; width: 100%; padding: 12px; background: var(--accent-red);