Skip to content

Commit 1ddf29e

Browse files
fn-faisalfaisal154mtrezza
authored
cell select height fix (#1754)
* 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]>
1 parent 0c5bafd commit 1ddf29e

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

src/components/BrowserCell/BrowserCell.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
cursor: default;
1313
color: #0E69A1;
1414
height: 30px;
15-
line-height: 22px;
16-
padding: 5px 4px 0;
15+
line-height: 20px;
16+
padding: 5px;
1717
border-right: 1px solid #e3e3ea;
1818
}
1919

src/components/Pill/Pill.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
overflow: hidden;
2222
text-overflow: ellipsis;
2323
white-space: nowrap;
24-
margin-bottom: 4px;
2524
& a {
2625
height: 20px;
2726
width: 20px;
@@ -49,4 +48,4 @@
4948

5049
.disableIconAction {
5150
cursor: initial;
52-
}
51+
}

src/dashboard/Data/Browser/Browser.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
@include MonospaceFont;
103103
font-size: 12px;
104104
white-space: nowrap;
105-
height: auto;
105+
height: 30px;
106106
border-bottom: 1px solid #e3e3ea;
107107

108108
&:nth-child(odd) {

0 commit comments

Comments
 (0)