]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - app.css
Fixed text-overflow
[github/bastienwirtz/homer.git] / app.css
diff --git a/app.css b/app.css
index 0b3ea23c87b3110372a8a129bd515575263c9e40..628b0ce298e726894e93ce683b972403a193fcad 100644 (file)
--- a/app.css
+++ b/app.css
@@ -187,9 +187,15 @@ body {
     padding: 0; }
     body #main-section h2 {
       border-bottom: 1px dashed #ccc;
-      padding-bottom: 10px; }
+      padding-bottom: 10px;
+      white-space: nowrap;
+      overflow: hidden;
+      text-overflow: ellipsis; }
     body #main-section .title {
-      font-size: 1.1em; }
+      font-size: 1.1em;
+      white-space: nowrap;
+      overflow: hidden;
+      text-overflow: ellipsis; }
     body #main-section .subtitle {
       font-size: .9em;
       white-space: nowrap;
@@ -205,7 +211,8 @@ body {
       body #main-section .message .message-body {
         border: none; }
   body .media-content {
-    overflow: inherit; }
+    overflow: hidden;
+    text-overflow: inherit; }
   body .tag {
     color: #4285f4;
     background-color: #4285f4;