We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b96bea commit f9514ddCopy full SHA for f9514dd
src/dashboard/Data/Config/Config.scss
@@ -5,8 +5,8 @@
5
align-items: center;
6
justify-content: center;
7
vertical-align: middle;
8
- width: 25px;
9
- height: 25px;
+ width: 20px;
+ height: 20px;
10
cursor: pointer;
11
svg {
12
fill: currentColor;
src/dashboard/TableView.scss
@@ -54,7 +54,7 @@ body:global(.expanded) {
54
}
55
56
td {
57
- line-height: normal;
+ line-height: 20px;
58
padding: 8px 16px;
59
overflow: hidden;
60
text-overflow: ellipsis;
0 commit comments