Merge pull request #2250 from rabuzarus/1301_vier_mobile_break
vier: mobile view - fix word breaking
This commit is contained in:
commit
84016b2ca9
|
@ -93,7 +93,7 @@ span.connector {
|
||||||
|
|
||||||
/* Shared Messages */
|
/* Shared Messages */
|
||||||
.shared_header {
|
.shared_header {
|
||||||
height: 32px;
|
min-height: 32px;
|
||||||
color: #999;
|
color: #999;
|
||||||
border-top: 1px solid #D2D2D2;
|
border-top: 1px solid #D2D2D2;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
|
@ -118,10 +118,12 @@ span.connector {
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
float: left;
|
float: left;
|
||||||
|
margin-right: 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.shared_header span {
|
.shared_header span {
|
||||||
margin-left: 9px;
|
display: table-cell;
|
||||||
|
float: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote.shared_content {
|
blockquote.shared_content {
|
||||||
|
|
|
@ -1055,6 +1055,7 @@ aside .vcard .title {
|
||||||
aside .vcard dl {
|
aside .vcard dl {
|
||||||
height: auto;
|
height: auto;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
aside .vcard .account-type {
|
aside .vcard .account-type {
|
||||||
margin-bottom: 13px;
|
margin-bottom: 13px;
|
||||||
|
@ -1412,6 +1413,7 @@ section.minimal {
|
||||||
/* font-size: 14px; */
|
/* font-size: 14px; */
|
||||||
max-width: 660px;
|
max-width: 660px;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
word-break: break-word;
|
||||||
/* line-height: 1.36; */
|
/* line-height: 1.36; */
|
||||||
padding-bottom: 6px;
|
padding-bottom: 6px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user