diff --git a/src/components/BrowserCell/BrowserCell.scss b/src/components/BrowserCell/BrowserCell.scss index aa845c9d0a..b90ae7ea53 100644 --- a/src/components/BrowserCell/BrowserCell.scss +++ b/src/components/BrowserCell/BrowserCell.scss @@ -12,8 +12,8 @@ cursor: default; color: #0E69A1; height: 30px; - line-height: 22px; - padding: 5px 4px 0; + line-height: 20px; + padding: 5px; border-right: 1px solid #e3e3ea; } diff --git a/src/components/Pill/Pill.scss b/src/components/Pill/Pill.scss index c24ca6240e..95987e52a6 100644 --- a/src/components/Pill/Pill.scss +++ b/src/components/Pill/Pill.scss @@ -21,7 +21,6 @@ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; - margin-bottom: 4px; & a { height: 20px; width: 20px; @@ -49,4 +48,4 @@ .disableIconAction { cursor: initial; -} \ No newline at end of file +} diff --git a/src/dashboard/Data/Browser/Browser.scss b/src/dashboard/Data/Browser/Browser.scss index 5607effdde..b6acada937 100644 --- a/src/dashboard/Data/Browser/Browser.scss +++ b/src/dashboard/Data/Browser/Browser.scss @@ -102,7 +102,7 @@ @include MonospaceFont; font-size: 12px; white-space: nowrap; - height: auto; + height: 30px; border-bottom: 1px solid #e3e3ea; &:nth-child(odd) {