From 9e3f891e387ff14dddaa56cec6738ad7a9781884 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 13 Feb 2019 13:40:26 +0100 Subject: [PATCH] Add more space to accomodate text length of dialog title --- css/templatePicker.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/templatePicker.scss b/css/templatePicker.scss index 333643b96..b56a032be 100644 --- a/css/templatePicker.scss +++ b/css/templatePicker.scss @@ -19,13 +19,13 @@ * along with this program. If not, see . * */ - + #template-picker { .template-container:not(.hidden) { display: flex; flex-wrap: wrap; a { - $size: 150px; + $size: 170px; $sizeY: $size / 210 * 297; $space: 10px; border-radius: 3px; // 12&13 fallback @@ -34,7 +34,7 @@ margin: $space; position: relative; - &:hover, + &:hover, &:focus { border-color: $color-primary-element; // 12&13 fallback } @@ -60,4 +60,4 @@ } } } -} \ No newline at end of file +}