diff options
Diffstat (limited to 'web_src/less/_dashboard.less')
-rw-r--r-- | web_src/less/_dashboard.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web_src/less/_dashboard.less b/web_src/less/_dashboard.less index ab0d3b61b9..9cfbb6db95 100644 --- a/web_src/less/_dashboard.less +++ b/web_src/less/_dashboard.less @@ -73,7 +73,7 @@ .dashboard-navbar { width: 100vw; - padding: 0 0.5rem; + padding: 0 .5rem; } } @@ -118,7 +118,7 @@ code { padding: 1px; font-size: 85%; - background-color: rgba(0, 0, 0, 0.04); + background-color: rgba(0, 0, 0, .04); border-radius: 3px; word-break: break-all; } |