Formula bar: Increase font size of the text area
Before not only it was not vertically aligned but it was difficult to read Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: I3790d51f4a90dd9bdb5158cfa16ed92de1ebfca5
This commit is contained in:
parent
4a6c701ae2
commit
cbfe45185d
1 changed files with 2 additions and 1 deletions
|
@ -1174,7 +1174,8 @@ input[type='number']:hover::-webkit-outer-spin-button {
|
|||
flex-grow: 1;
|
||||
resize: none !important;
|
||||
max-width: unset !important;
|
||||
font-size: var(--default-font-size) !important;
|
||||
font-size: calc(var(--default-font-size)*1.2) !important;
|
||||
line-height: calc(var(--default-font-size)*1.6);
|
||||
color: var(--color-main-text);
|
||||
background-color: var(--color-background-lighter);
|
||||
border-radius: var(--border-radius) 0 0 var(--border-radius);
|
||||
|
|
Loading…
Reference in a new issue