Skip to content

Commit

Permalink
tags: fix margins, a>tag cursor pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
timadevelop committed Oct 16, 2019
1 parent cb4b705 commit 495d238
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
margin-bottom: 0.3em;
}

.tags {
margin-bottom: 1em;
}
.description-text {
font-size: 14px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@
margin-bottom: 0.3em;
}

.tags {
margin-bottom: 1em;
}
.description-text {
font-size: 14px;
}
Expand Down
6 changes: 6 additions & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,14 @@
.ant-notification.ant-notification-topRight {
top: 70px !important;
}

.ant-tag {
padding: 2px 7px;
margin-bottom: 8px;
}

a > .ant-tag {
cursor: pointer;
}

.ant-select-selection--multiple .ant-select-selection__placeholder {
Expand Down

0 comments on commit 495d238

Please sign in to comment.