Fix css that didn't apply & slightly better margin (#1464)
* Remove too big margin * add bottom margin for tags * Update main.css
Cette révision appartient à :
Parent
1ff78cbc43
révision
406c5c879b
1 fichiers modifiés avec 8 ajouts et 4 suppressions
|
@ -1796,17 +1796,21 @@ span.tag-text {
|
|||
padding: 0 3px;
|
||||
display: inline-block;
|
||||
}
|
||||
.accepted span.tag-text {
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
span.tag {
|
||||
border-radius: 1rem;
|
||||
box-shadow: 0px 0px 1px 0px #636363;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
.tag.accepted {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.tag.accepted a{
|
||||
margin-right: 1px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
.tag.accepted span a {
|
||||
margin-right: 0;
|
||||
}
|
||||
.tag.accepted i{
|
||||
padding: 0px 0px 3px 0px;
|
||||
|
|
Référencer dans un nouveau ticket