Skip to content

Commit 1c66609

Browse files
committed
Button no wrap
1 parent 91f9dc1 commit 1c66609

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

plugin/assets/css/src/components/button.css

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -29,33 +29,14 @@
2929
.mdc-button {
3030
-moz-osx-font-smoothing: grayscale;
3131
-webkit-font-smoothing: antialiased;
32-
font-family: Roboto, sans-serif;
33-
34-
/* @alternate */
3532
font-family: var(--md-sys-typescale-label-large-font, Roboto, sans-serif);
36-
font-size: 0.875rem;
37-
38-
/* @alternate */
3933
font-size: var(--md-sys-typescale-label-large-size, 0.875rem);
4034
/* stylelint-disable-next-line declaration-property-unit-allowed-list */
41-
line-height: 2.25rem;
42-
43-
/* @alternate */
44-
/* stylelint-disable-next-line declaration-property-unit-allowed-list */
4535
line-height: var(--md-sys-typescale-label-large-line-height, 1.25rem);
46-
font-weight: 500;
47-
48-
/* @alternate */
4936
font-weight: var(--md-sys-typescale-label-large-weight, 500);
50-
letter-spacing: 0.0892857143em;
51-
52-
/* @alternate */
5337
letter-spacing: 0.1px;
54-
text-decoration: none;
55-
56-
/* @alternate */
5738
-webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
58-
padding: 10px 8px;
39+
padding: 8px;
5940

6041
/* @alternate */
6142
position: relative;
@@ -66,6 +47,7 @@
6647
min-width: 64px;
6748
border: none;
6849
outline: none;
50+
white-space: nowrap;
6951

7052
/* @alternate */
7153
-webkit-user-select: none;

0 commit comments

Comments
 (0)