Skip to content

Commit a80a4f9

Browse files
author
Rachel Macfarlane
committed
Prevent text overflow on buttons, fixes #106
1 parent 7e5d9d9 commit a80a4f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

preview-src/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ body button {
8888
padding: 4px 8px;
8989
line-height: 18px;
9090
height: 28px;
91+
white-space: nowrap;
9192
}
9293

9394
button:hover:enabled, button:focus:enabled {

0 commit comments

Comments
 (0)