mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-13 20:53:09 +00:00
14 lines
119 B
CSS
14 lines
119 B
CSS
#inputField {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
#inputField {
|
|
height: 2.3em;
|
|
}
|
|
|
|
#inputBar {
|
|
align-items: center;
|
|
padding: 0 1em;
|
|
}
|
|
|