hatching modal auto height to accommodate longer strings (#11538)

This commit is contained in:
citrusella
2019-11-16 12:10:34 -05:00
committed by Matteo Pagliazzi
parent b40dee9e68
commit 3fa0bac36f

View File

@@ -70,7 +70,8 @@
}
.text {
height: 60px;
height: auto;
min-height: 60px;
font-size: 14px;
line-height: 1.43;
text-align: center;