mirror of
https://github.com/scratchfoundation/scratch-html5.git
synced 2024-11-28 10:05:55 -05:00
Fixed height of watchers on empty strings
This commit is contained in:
parent
e74d03cb97
commit
e3f10142a9
1 changed files with 1 additions and 0 deletions
|
@ -286,6 +286,7 @@ button#trigger-stop:hover {
|
|||
box-shadow: inset -1px -1px 3px rgba(255, 255, 255, 0.7), inset 1px 1px 2px rgba(0, 0, 0, 0.35);
|
||||
text-align: center;
|
||||
font: bold 9px/11px sans-serif;
|
||||
height: 11px;
|
||||
color: #fff;
|
||||
}
|
||||
.reporter-large {
|
||||
|
|
Loading…
Reference in a new issue