Skip to content

Commit 258439a

Browse files
committed
Increase filter placeholder font size
1 parent 5f80f1a commit 258439a

File tree

1 file changed

+3
-0
lines changed
  • components/dash-table/src/dash-table/components/Table

1 file changed

+3
-0
lines changed

components/dash-table/src/dash-table/components/Table/Table.less

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -693,6 +693,9 @@
693693
input[type="text"] {
694694
flex: 1;
695695
line-height: unset;
696+
&::placeholder {
697+
font-size: 0.9em;
698+
}
696699
}
697700
}
698701
.column-actions {

0 commit comments

Comments
 (0)