We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f71bbc3 commit 1f4246eCopy full SHA for 1f4246e
src/components/ConsoleInput.module.css
@@ -1,10 +1,6 @@
1
.input {
2
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;
+ composes: entry from './ConsoleEntry.module.css';
8
}
9
10
.chevron {
0 commit comments