diff options
-rw-r--r-- | core/css/apps.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/apps.css b/core/css/apps.css index a50d7399f45..852879aee89 100644 --- a/core/css/apps.css +++ b/core/css/apps.css @@ -481,6 +481,8 @@ #app-settings-content, #app-settings-header { border-right: 1px solid #eee; + width: 250px; + box-sizing: border-box; } /* display input fields at full width */ |