1
1
mirror of https://github.com/primer/css.git synced 2024-12-02 07:53:06 +03:00

update layout when the Counter is empty

This commit is contained in:
Christian Giordano 2020-07-08 08:45:59 +02:00
parent e3d988a0fd
commit cb3b026eb9

View File

@ -17,7 +17,7 @@
border-radius: 2em;
&:empty {
visibility: hidden;
display: none;
}
.octicon {