From 5b4780cf283407db05a5748242a6e1384fa5b5ff Mon Sep 17 00:00:00 2001 From: Timothee Guerin Date: Tue, 23 May 2017 15:06:58 -0700 Subject: [PATCH] Fix nested scrolling bar in configuration tabs --- app/components/base/property-list/property-list.scss | 4 ++++ app/styles/pool/base.scss | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/app/components/base/property-list/property-list.scss b/app/components/base/property-list/property-list.scss index 5ee376b6fe..068af659a0 100644 --- a/app/components/base/property-list/property-list.scss +++ b/app/components/base/property-list/property-list.scss @@ -24,6 +24,10 @@ $group-padding: 28px; } } +bl-property-list { + display: block; +} + bl-property-group { $label-font-size: 13px; $value-font-size: 12px; diff --git a/app/styles/pool/base.scss b/app/styles/pool/base.scss index fab13c4b94..170648b5cd 100644 --- a/app/styles/pool/base.scss +++ b/app/styles/pool/base.scss @@ -2,11 +2,6 @@ bl-pool-advanced-filter { display: block; } -bl-property-list { - display: block; - margin-top: 5px; -} - .editable-properties { display: flex;