From 7457bfecfa11c5f1e9d77a182d175a035d1a25c7 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 26 Dec 2014 20:22:52 +0000 Subject: [PATCH] Don't wrap plugin card header text. --- resources/report/html/loot-plugin-card.html | 2 ++ resources/report/html/loot-plugin-editor.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/resources/report/html/loot-plugin-card.html b/resources/report/html/loot-plugin-card.html index b8f6c593..73b382df 100644 --- a/resources/report/html/loot-plugin-card.html +++ b/resources/report/html/loot-plugin-card.html @@ -125,6 +125,8 @@ loot-clear-metadata core-toolbar > div { position: relative; top: -4px; + overflow: hidden; + white-space: nowrap; } core-tooltip > core-icon { vertical-align: inherit !important; diff --git a/resources/report/html/loot-plugin-editor.html b/resources/report/html/loot-plugin-editor.html index 8bb8ec88..3887b11f 100644 --- a/resources/report/html/loot-plugin-editor.html +++ b/resources/report/html/loot-plugin-editor.html @@ -90,6 +90,8 @@ loot-editor-close core-toolbar > div { position: relative; top: -4px; + overflow: hidden; + white-space: nowrap; } core-tooltip > core-icon { vertical-align: inherit !important;