diff --git a/panel/panel.css b/panel/panel.css index a84a80c..ea36091 100644 --- a/panel/panel.css +++ b/panel/panel.css @@ -196,6 +196,10 @@ h1 { margin: 5px; } +select { + width: 100%; +} + .log-container { display: flex; justify-content: center;