We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb2863c commit a1ba49cCopy full SHA for a1ba49c
src/Resources/assets/styles/_tailwind.scss
@@ -83,6 +83,7 @@
83
// Badges
84
.whatwedo-utility-badge {
85
@apply inline-flex items-center rounded-full px-2 py-1 text-xs font-medium bg-primary-500 text-white;
86
+ text-wrap: nowrap;
87
88
&--success {
89
@apply bg-success-500;
@@ -107,6 +108,7 @@
107
108
109
.whatwedo-utility-button-badge {
110
@apply inline-flex items-center rounded-full px-2 py-0.5 ml-2 text-xs font-medium bg-primary-500 text-white;
111
112
113
&--primary {
114
@apply bg-primary-500 text-white;
0 commit comments