Dashboard: regenerate tailwind CSS file

Signed-off-by: Serhii Orlivskyi <serhii.orlivskyi@cedalo.com> (Cedalo GmbH)
This commit is contained in:
Serhii Orlivskyi 2026-01-06 14:46:34 +01:00 committed by Roger Light
parent d57532523f
commit 154f5b1d50

View file

@ -107,7 +107,7 @@
}
/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/
/*
@ -785,6 +785,10 @@ video {
display: inline-block;
}
.inline {
display: inline;
}
.flex {
display: flex;
}