Skip to content

Commit 1006e3d

Browse files
authored
refactor: remove not needed dashboard-button min-width (#9950)
1 parent 9b3069d commit 1006e3d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/dashboard/src/styles/vaadin-dashboard-button-base-styles.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ import { css } from 'lit';
1212
import { buttonStyles } from '@vaadin/button/src/styles/vaadin-button-base-styles.js';
1313

1414
const dashboardButton = css`
15-
:host {
16-
min-width: 1em;
17-
}
18-
1915
:host([theme~='tertiary']) {
2016
color: var(--vaadin-dashboard-button-text-color, var(--vaadin-color-subtle));
2117
}

0 commit comments

Comments
 (0)