mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
vier: mobile view - fix word breaking
This commit is contained in:
parent
bf9997b91d
commit
556f76de01
2 changed files with 6 additions and 2 deletions
|
@ -1055,6 +1055,7 @@ aside .vcard .title {
|
|||
aside .vcard dl {
|
||||
height: auto;
|
||||
overflow: auto;
|
||||
word-break: break-word;
|
||||
}
|
||||
aside .vcard .account-type {
|
||||
margin-bottom: 13px;
|
||||
|
@ -1412,6 +1413,7 @@ section.minimal {
|
|||
/* font-size: 14px; */
|
||||
max-width: 660px;
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
/* line-height: 1.36; */
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue