remove overflow-y on the block exporter labels so scroll bars do not show upin firefox. Also fix up the styles on the labels so that they display better in firefox. (#699)

This commit is contained in:
picklesrus
2016-12-09 16:34:33 -08:00
committed by GitHub
parent a82bd49d7e
commit ccbaa4664e

View File

@@ -280,7 +280,7 @@ button, .buttonStyle {
.blockOption {
background-color: #eee;
padding: 15px 20px;
padding: 0px 20px;
width: 95%;
}
@@ -290,13 +290,13 @@ button, .buttonStyle {
.blockOption_check {
float: left;
display:inline;
padding: 4px;
}
.blockOption_label {
float: left;
display:inline;
max-width: inherit;
overflow-y: scroll;
word-wrap: break-word;
}