diff options
| author | Kumar Priyansh <[email protected]> | 2020-07-17 20:48:12 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-17 20:48:12 +0530 |
| commit | a40d8250fac5ce2fc448bacc4967ac688cbb59a6 (patch) | |
| tree | cd4707c4c08f411684d98403ef143285e6709405 /dist/mac | |
| parent | 07157c3d56c86b6669f70dfc092f5f89d0262333 (diff) | |
| download | nativekit-a40d8250fac5ce2fc448bacc4967ac688cbb59a6.tar.xz nativekit-a40d8250fac5ce2fc448bacc4967ac688cbb59a6.zip | |
Fix CSS Padding
Diffstat (limited to 'dist/mac')
| -rw-r--r-- | dist/mac/css/all.css | 4 |
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 +} |
