Skip to content

Commit 1f4246e

Browse files
committed
Deduplicate entry styles
1 parent f71bbc3 commit 1f4246e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/components/ConsoleInput.module.css

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
.input {
22
composes: row from './Console.module.css';
3-
/* TODO: This is mostly duplicated with console entry */
4-
flex: none;
5-
margin-top: 0.5em;
6-
padding-bottom: 0.5em;
7-
height: 1em;
3+
composes: entry from './ConsoleEntry.module.css';
84
}
95

106
.chevron {

0 commit comments

Comments
 (0)