mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-15 22:11:04 +00:00
[frogend/chore] remove break-all on profile fields (#1770)
This commit is contained in:
parent
8eda0051ec
commit
b315aa10c8
1 changed files with 0 additions and 1 deletions
|
@ -242,7 +242,6 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
border-bottom: 0.1rem solid $gray2;
|
border-bottom: 0.1rem solid $gray2;
|
||||||
word-break: break-all;
|
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
border-top: 0.1rem solid $gray2;
|
border-top: 0.1rem solid $gray2;
|
||||||
|
|
Loading…
Reference in a new issue