mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 1624: #4272 Menu Items Alignment and Display Icons Correctly if Creating New Process in Tablet View
#4272 Menu Items Alignment and Display Icons Correctly if Creating New Process in Tablet View
This commit is contained in:
committed by
Andreas Schickinger
parent
4e2be8e397
commit
cf38eef3b8
@@ -29,7 +29,7 @@ module.exports = plugin(function ({ addComponents, theme, addBase, matchUtilitie
|
||||
display: 'inline-flex',
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
justifyContent: 'center',
|
||||
justifyContent: 'left',
|
||||
height: 'var(--menu-item-height)',
|
||||
padding: 'var(--menu-item-padding)',
|
||||
backgroundColor: 'var(--menu-background)',
|
||||
|
||||
Reference in New Issue
Block a user