Skip to content

Commit 9076610

Browse files
Update code-beautifier.css
1 parent 43ccbfb commit 9076610

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

code-beautifier.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ body {
2929
border-radius: 5px;
3030
font-size: 14px;
3131
background-color: #ffffff;
32+
box-sizing: border-box;
3233
}
3334

3435
.code-beautifier_input:focus, .code-beautifier_select:focus {
@@ -46,6 +47,7 @@ body {
4647
border-radius: 5px;
4748
cursor: pointer;
4849
transition: background-color 0.5s ease;
50+
box-sizing: border-box;
4951
}
5052

5153
.code-beautifier_button:hover {
@@ -96,4 +98,4 @@ font-family: "Roboto Mono", "Source Code Pro", Consolas, Monaco, "Courier New",
9698
.code-beautifier_input, .code-beautifier_select, .code-beautifier_button, .code-beautifier_textarea {
9799
font-size: 12px;
98100
}
99-
}
101+
}

0 commit comments

Comments
 (0)