aboutsummaryrefslogtreecommitdiff
path: root/dist/mac/css/all.css
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2020-07-17 20:48:12 +0530
committerGitHub <[email protected]>2020-07-17 20:48:12 +0530
commita40d8250fac5ce2fc448bacc4967ac688cbb59a6 (patch)
treecd4707c4c08f411684d98403ef143285e6709405 /dist/mac/css/all.css
parent07157c3d56c86b6669f70dfc092f5f89d0262333 (diff)
downloadnativekit-a40d8250fac5ce2fc448bacc4967ac688cbb59a6.tar.xz
nativekit-a40d8250fac5ce2fc448bacc4967ac688cbb59a6.zip
Fix CSS Padding
Diffstat (limited to 'dist/mac/css/all.css')
-rw-r--r--dist/mac/css/all.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/mac/css/all.css b/dist/mac/css/all.css
index 3d88acd..6385c66 100644
--- a/dist/mac/css/all.css
+++ b/dist/mac/css/all.css
@@ -1503,7 +1503,7 @@ th:last-child, td:last-child {
}
.list .item {
- padding: 10px 10px 5px 10px;
+ padding: 10px 10px 10px 10px;
font-size: 12px;
color: #414142;
border-top: 1px solid #ddd;
@@ -4677,4 +4677,4 @@ progress.three-quarter {
.nk-logo-db:before {
content: '\e91b';
-} \ No newline at end of file
+}