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:
Neil Fraser
2024-05-20 18:59:24 +02:00
committed by GitHub
parent 7c4b0bd703
commit fcdb8fc33d
2 changed files with 6 additions and 6 deletions

View File

@@ -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%;