Merge pull request #2408 from abjerner/patch-35

"Select editor" items shouldn't have a max height
This commit is contained in:
Sebastiaan Janssen
2018-09-26 23:28:12 +02:00
committed by GitHub

View File

@@ -97,7 +97,6 @@
text-align: center;
width: 100px;
height: 105px;
box-sizing: border-box;
}
@@ -115,6 +114,7 @@
width: 100%;
height: 100%;
border-radius: 3px;
padding-bottom: 5px;
}