From f6a0e2ebaea3024e16883a86ea91390ccb8809a5 Mon Sep 17 00:00:00 2001 From: grafixeyehero Date: Tue, 28 May 2019 04:51:27 +0300 Subject: [PATCH] Update css homesections --- src/components/homesections/homesections.css | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/components/homesections/homesections.css b/src/components/homesections/homesections.css index 4d9da44e38..45df67c482 100644 --- a/src/components/homesections/homesections.css +++ b/src/components/homesections/homesections.css @@ -1,7 +1,3 @@ -.homeLibrarytext{ - padding-left: 5px -} - .homeLibraryButton { min-width: 18%; margin: .5em !important; @@ -13,3 +9,17 @@ width: 46% !important; } } + +.homeLibraryIcon { + margin-left: .5em; + margin-right: .5em; + -webkit-flex-shrink: 0; + flex-shrink: 0 +} + +.homeLibraryText { + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; + overflow: hidden +}