chore(shared): Updated print view for visual consistency
This commit is contained in:
parent
00513958d0
commit
19aa5f3e12
16 changed files with 348 additions and 182 deletions
|
@ -433,12 +433,13 @@ export const parseDistanceInput = (val = false, imperial = false) => {
|
|||
/*
|
||||
* To spread icon + text horizontal
|
||||
*/
|
||||
export const horFlexClasses = 'flex flex-row items-center justify-between gap-4'
|
||||
export const horFlexClasses = 'flex flex-row items-center justify-between gap-4 w-full'
|
||||
|
||||
/*
|
||||
* To spread icon + text horizontal but only from md upwards
|
||||
*/
|
||||
export const horFlexClassesNoSm = 'md:flex md:flex-row md:items-center md:justify-between md:gap-4'
|
||||
export const horFlexClassesNoSm =
|
||||
'md:flex md:flex-row md:items-center md:justify-between md:gap-4 md-w-full'
|
||||
|
||||
/*
|
||||
* A method that check that a var is not empty
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue