diff options
author | codecalm <codecalm@gmail.com> | 2022-03-27 16:25:26 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-03-27 16:25:26 +0200 |
commit | 1d4ffdc4807fa7af19cd7bb11ddae3cf56f8c997 (patch) | |
tree | 78fcfd6bb1e6cbd8c72f49b2ba6b14b5d6c8be7f /src/style.scss | |
parent | remove test script (diff) | |
download | tabler-icons-1d4ffdc4807fa7af19cd7bb11ddae3cf56f8c997.tar.xz |
18 new icons: `ballpen`, `barell`, `book-download`, `book-upload`, `brand-mercedes`, `certificate-2`, `checklist`, `cpu-2`, `id-badge-2`, `message-2-share`, `message-share`, `packge-export`, `packge-import`, `server-2`, `telescope`, `tie`, `zoom-code`, `zoom-exclamation`
Fixed icons: `server`, `test-pipe`, `message-2-code`, `server`
Diffstat (limited to 'src/style.scss')
-rw-r--r-- | src/style.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/style.scss b/src/style.scss index 71fe8096..36981d19 100644 --- a/src/style.scss +++ b/src/style.scss @@ -167,8 +167,7 @@ a { .icons-list { - display: flex; - flex-wrap: wrap; + display: table; margin: -.25rem; } @@ -203,6 +202,7 @@ a { justify-content: center; border: 1px solid transparent; position: relative; + page-break-inside: avoid; &.new-icon { &:after { |