Merge pull request #29 from Simbaxo/carets-in-map

Fix carets in the map shrink
pull/18188/head
Stuart Taylor 2018-04-21 09:08:52 +01:00 committed by Mrugesh Mohapatra
parent 9b62618de5
commit 61cd404c41
1 changed files with 5 additions and 3 deletions

View File

@ -13,11 +13,13 @@ aside#map ul {
align-items: center;
cursor: pointer;
}
.map-title > svg {
.map-title>svg {
width: 14px;
margin-right: 5px;
flex-shrink: 0
}
li.open > .map-title svg {
li.open>.map-title svg {
transform: rotate(90deg);
}
}