diff options
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/bootstrap.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index d04652184..36d8fb167 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -68,6 +68,8 @@ body { | |||
68 | --bs-dropdown-link-color: #{pvar(--mainForegroundColor)}; | 68 | --bs-dropdown-link-color: #{pvar(--mainForegroundColor)}; |
69 | --bs-dropdown-border-color: #{pvar(--inputBorderColor)}; | 69 | --bs-dropdown-border-color: #{pvar(--inputBorderColor)}; |
70 | 70 | ||
71 | text-align: start; | ||
72 | |||
71 | .dropdown-header { | 73 | .dropdown-header { |
72 | @include padding-left(1rem); | 74 | @include padding-left(1rem); |
73 | } | 75 | } |