line height increase

This commit is contained in:
Yuri Kuznetsov
2024-11-01 09:26:38 +02:00
parent 4d406f3803
commit 5beddd0935
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -3540,7 +3540,7 @@ a.field-info > span.fa-info-circle {
.fas, .far, .fa {
font-size: var(--16px);
line-height: var(--21px);
line-height: var(--line-height-computed);
}
.fas.fa-sm,
+5 -5
View File
@@ -85,11 +85,11 @@
--font-size-large: var(--18px);
--font-size-small: var(--12px);
--line-height-base: 1.5;
--line-height-base: 1.571;
--line-height-large: 1.3333333;
--line-height-small: 1.5;
--line-height-small: 1.571;
--line-height-computed: var(--21px);
--line-height-computed: var(--22px);
--table-cell-padding: var(--8px);
--table-cell-less-padding: var(--3px);
@@ -130,8 +130,8 @@
--popover-arrow-width: var(--10px);
// @todo Compute by adding font-size, two vertical paddings and two borders?
--input-height-base: var(--35px);
--input-height-small: var(--29px);
--input-height-base: var(--36px);
--input-height-small: var(--30px);
--input-height-large: var(--46px);
--grid-column-width-xxsmall: var(--100px);