Fixed small issues with sizing of polyfill container

This commit is contained in:
Kasper Rynning-Tønnesen
2017-10-31 13:58:37 +01:00
parent c501b162e8
commit de007073bc

View File

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