1
0
Fork 0

chore(shared): Updated print view for visual consistency

This commit is contained in:
Joost De Cock 2023-08-30 16:57:46 +02:00
parent 00513958d0
commit 19aa5f3e12
16 changed files with 348 additions and 182 deletions

View file

@ -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