Fix string truncations in setings menu

This commit is contained in:
GunChleoc 2023-09-24 17:36:14 +01:00
parent 81400b02b1
commit 8107509d44
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
@use 'sass:math';
$no-columns-breakpoint: 600px;
$sidebar-width: 240px;
$sidebar-width: 270px;
$content-width: 840px;
.admin-wrapper {