mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
FIX: tag alignment
This commit is contained in:
parent
3875b204d4
commit
c8f9e7a9c5
@ -97,7 +97,6 @@ $tag-color: $primary-medium;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.discourse-tag {
|
.discourse-tag {
|
||||||
padding: 4px;
|
|
||||||
margin: 0;
|
margin: 0;
|
||||||
color: $tag-color;
|
color: $tag-color;
|
||||||
|
|
||||||
@ -146,6 +145,9 @@ $tag-color: $primary-medium;
|
|||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
|
.discourse-tag {
|
||||||
|
padding: 4px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user