summaryrefslogtreecommitdiffstats
path: root/src/_badge.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/_badge.scss')
-rw-r--r--src/_badge.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/_badge.scss b/src/_badge.scss
index c74eb29..4200f01 100644
--- a/src/_badge.scss
+++ b/src/_badge.scss
@@ -18,6 +18,10 @@
18 --color: #{props.get(core.$theme, --yellow, --800-text)}; 18 --color: #{props.get(core.$theme, --yellow, --800-text)};
19 } 19 }
20 } 20 }
21
22 .userTitleBadge {
23 max-width: 100%;
24 }
21} 25}
22 26
23@mixin styles--dark { 27@mixin styles--dark {