mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
fix: Normalize CSS between comment types (#8161)
Merge the CSS so that both comment types (block and workspace) are the same -- other than a border.
This commit is contained in:
@@ -303,10 +303,10 @@ Css.register(`
|
||||
.blocklyTextInputBubble .blocklyTextarea {
|
||||
background-color: var(--commentFillColour);
|
||||
border: 0;
|
||||
box-sizing: border-box;
|
||||
display: block;
|
||||
margin: 0;
|
||||
outline: 0;
|
||||
padding: 3px;
|
||||
padding: 5px;
|
||||
resize: none;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user