mirror of
https://gitlab.kit.edu/uskyk/typicalc.git
synced 2024-11-10 03:10:44 +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;
|
|
}
|
|
|