From ab23fef24c36168ac2020bdf64220f9954491dc9 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 24 Mar 2018 13:30:50 -0500 Subject: [PATCH] set max-width of action buttons closes #254 --- FilterLists.sln.DotSettings | 1 + src/FilterLists.Web/ClientApp/css/site.css | 9 ++++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/FilterLists.sln.DotSettings b/FilterLists.sln.DotSettings index d92152e41..1c1b6a12f 100644 --- a/FilterLists.sln.DotSettings +++ b/FilterLists.sln.DotSettings @@ -11,6 +11,7 @@ False CHOP_IF_LONG CHOP_IF_LONG + SEPARATE_LINES <?xml version="1.0" encoding="utf-16"?> <Patterns xmlns="urn:schemas-jetbrains-com:member-reordering-patterns"> <TypePattern DisplayName="Non-reorderable types"> diff --git a/src/FilterLists.Web/ClientApp/css/site.css b/src/FilterLists.Web/ClientApp/css/site.css index 01f3f597d..c12e621a0 100644 --- a/src/FilterLists.Web/ClientApp/css/site.css +++ b/src/FilterLists.Web/ClientApp/css/site.css @@ -7,7 +7,6 @@ body, h2, h3, h4, h5, blockquote { min-width: 0 !important; } -/* center align react-table row elements */ .rt-tr { -ms-align-items: center; -o-align-items: center; @@ -20,16 +19,16 @@ body, h2, h3, h4, h5, blockquote { } .panel-list-details { - padding: 20px; margin-bottom: 0; + padding: 20px; } .panel-maintainer { - padding: 20px; margin-bottom: 0; + padding: 20px; } .btn-expander-link { - margin-top: 0; - margin-bottom: 5px; + margin: 0 auto 5px auto; + max-width: 250px; } \ No newline at end of file