restored accidentally deleted style
This commit is contained in:
parent
d5a1271bbe
commit
7d051d5eaf
|
@ -225,3 +225,7 @@ progress::-moz-progress-bar {
|
||||||
}
|
}
|
||||||
|
|
||||||
@tailwind utilities;
|
@tailwind utilities;
|
||||||
|
|
||||||
|
.word-break-all {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue