Browse Source

Make sure entry meta doesn't break the layout on mobile

Frédéric Guillot 8 years ago
parent
commit
92dff28f52
2 changed files with 2 additions and 1 deletions
  1. 1 1
      server/static/css.go
  2. 1 0
      server/static/css/common.css

File diff suppressed because it is too large
+ 1 - 1
server/static/css.go


+ 1 - 0
server/static/css/common.css

@@ -501,6 +501,7 @@ a.button {
     font-size: 0.95em;
     font-size: 0.95em;
     margin: 0 0 20px;
     margin: 0 0 20px;
     color: #666;
     color: #666;
+    overflow-wrap: break-word;
 }
 }
 
 
 .entry-website img {
 .entry-website img {

Some files were not shown because too many files changed in this diff