Fix moving text in search tabs headers

This commit is contained in:
Guillaume Gomez 2019-03-08 20:12:17 +01:00
parent 88f755f8a8
commit 6a4cced10c

View File

@ -1195,7 +1195,7 @@ pre.rust {
border-top: 2px solid;
}
#titles > div:not(:last-child):not(.selected) {
#titles > div:not(:last-child) {
margin-right: 1px;
width: calc(33.3% - 1px);
}