mirror of
https://github.com/google/blockly.git
synced 2026-01-08 01:20:12 +01:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user