Merge pull request #192 from zoff-music/fix/polyfill-color-sizing

Fixed small issues with sizing of polyfill container
This commit is contained in:
Kasper Rynning-Tønnesen
2017-10-31 13:58:58 +01:00
committed by GitHub

View File

@@ -1932,6 +1932,9 @@ nav ul li:hover, nav ul li.active {
background: white;
border-radius: 2px;
padding: 12px 12px 0px 12px;
min-width: 300px;
display: flex;
justify-content: center;
}
.sp-picker-container {