Skip to content

Commit

Permalink
cell select height fix (#1754)
Browse files Browse the repository at this point in the history
* cell select height fix

* cell height refactoring

* row height to match cell height

* refactor height

* removed line height

* cell padding fix

* Cell lineheight fix

* cell spacing -- 2

* Update BrowserCell.scss

* Update Pill.scss

Co-authored-by: Faisal Nadeem <[email protected]>
Co-authored-by: Manuel <[email protected]>
  • Loading branch information
3 people authored Aug 17, 2021
1 parent 0c5bafd commit 1ddf29e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/components/BrowserCell/BrowserCell.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
3 changes: 1 addition & 2 deletions src/components/Pill/Pill.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 4px;
& a {
height: 20px;
width: 20px;
Expand Down Expand Up @@ -49,4 +48,4 @@

.disableIconAction {
cursor: initial;
}
}
2 changes: 1 addition & 1 deletion src/dashboard/Data/Browser/Browser.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
@include MonospaceFont;
font-size: 12px;
white-space: nowrap;
height: auto;
height: 30px;
border-bottom: 1px solid #e3e3ea;

&:nth-child(odd) {
Expand Down

0 comments on commit 1ddf29e

Please sign in to comment.