From 729611465eb8a18d34ffa29bbcc170b2ef9a87bb Mon Sep 17 00:00:00 2001 From: Villain1nGlasses <85969638+Villain1nGlasses@users.noreply.github.com> Date: Tue, 7 Sep 2021 13:03:55 -0700 Subject: [PATCH] Add files via upload Small change. --- HeroSystem6eHeroic/HeroSystem6eHeroic.css | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/HeroSystem6eHeroic/HeroSystem6eHeroic.css b/HeroSystem6eHeroic/HeroSystem6eHeroic.css index 7f1e1b23bb..deec6695ab 100644 --- a/HeroSystem6eHeroic/HeroSystem6eHeroic.css +++ b/HeroSystem6eHeroic/HeroSystem6eHeroic.css @@ -2158,11 +2158,6 @@ text-align: center; margin-bottom: 1px; } -.subitem-flex-power-heading-left .custom-select, -.subitem-flex-power-heading-right .custom-select { - min-width: 95px; -} - .subitem-flex-power-effect-left, .subitem-flex-power-effect-right { margin-right: -3px; /* Somewhere 3 pixels have been added */ @@ -2189,7 +2184,7 @@ text-align: center; .subitem-flex-power-heading-right select { font-size: 13px; height: 19px; - max-width: 90px; + max-width: 95px; margin: 0px; } @@ -2228,7 +2223,6 @@ text-align: center; background: lightcyan; border: solid 1px #89abb9; line-height: 1.0; - max-width: 38px; } .flex-container-powers-left textarea{ @@ -2237,7 +2231,7 @@ text-align: center; .subitem-flex-power-heading-left input[type=text]{ border: solid 1px #89ABB9; - max-width: 30px; + max-width: 28px; } .subitem-flex-power-effect-left input[type=text], @@ -2301,7 +2295,6 @@ text-align: center; background: #fff990; border: solid 1px goldenrod; line-height: 1.0; - max-width: 38px; } .flex-container-powers-right textarea{ @@ -2309,7 +2302,7 @@ text-align: center; } .subitem-flex-power-heading-right input[type=text] { - max-width: 30px; + max-width: 28px; border: solid 1px goldenrod; }