]> git.mxchange.org Git - friendica.git/commitdiff
vier: mobile view - fix word breaking
authorrabuzarus <>
Wed, 13 Jan 2016 18:56:21 +0000 (19:56 +0100)
committerrabuzarus <>
Wed, 13 Jan 2016 18:56:21 +0000 (19:56 +0100)
view/global.css
view/theme/vier/style.css

index 05940508ca49c5609a68d0f8071c646b18112daf..fcb5875a0472895432552a93e3e955464d860b2e 100644 (file)
@@ -93,7 +93,7 @@ span.connector {
 
 /* Shared Messages */
 .shared_header {
-  height: 32px;
+  min-height: 32px;
   color: #999;
   border-top: 1px solid #D2D2D2;
   padding-top: 5px;
@@ -118,10 +118,12 @@ span.connector {
   -moz-border-radius: 4px;
   border-radius: 4px;
   float: left;
+  margin-right: 9px;
 }
 
 .shared_header span {
-  margin-left: 9px;
+  display: table-cell;
+  float: none;
 }
 
 blockquote.shared_content {
index 84b3ff236169d14b32802fdbc16bdda344c058a7..defeec7023baa32cb21fd45b7fd1bf7d929b0555 100644 (file)
@@ -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;
 }