From 04b59e1a3e13f1a2af8d45846a5a4884f3cfa5df Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Fri, 4 Mar 2016 14:33:11 -0500 Subject: Moved Join button to right side of MoreChannels modal --- web/sass-files/sass/partials/_modal.scss | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) (limited to 'web/sass-files') diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss index ca83c77da..12cd065da 100644 --- a/web/sass-files/sass/partials/_modal.scss +++ b/web/sass-files/sass/partials/_modal.scss @@ -23,17 +23,29 @@ border-radius: 50px; margin-right: 8px; } + .more-row { + display: flex; + + .more-details { + flex-grow: 1; + flex-shrink: 1; + overflow: hidden; + text-overflow: ellipsis; + } + .more-actions { + flex-grow: 0; + flex-shrink: 0; + } + } .more-name { font-weight: 600; font-size: 0.95em; - overflow: hidden; - text-overflow: ellipsis; + white-space: nowrap; } .more-description { @include opacity(0.7); display: block; - overflow: hidden; - text-overflow: ellipsis; + white-space: nowrap; } tbody { > tr { -- cgit v1.2.3-1-g7c22