mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
CE-740 Revert grid-item padding hack (borke a lot of things)
This commit is contained in:
@ -75,9 +75,6 @@ function navbar(theme: Theme | any, ownerState: any)
|
|||||||
paddingRight: absolute ? pxToRem(8) : 0,
|
paddingRight: absolute ? pxToRem(8) : 0,
|
||||||
paddingLeft: absolute ? pxToRem(16) : 0,
|
paddingLeft: absolute ? pxToRem(16) : 0,
|
||||||
|
|
||||||
marginLeft: "-.5rem",
|
|
||||||
width: "calc(100% + .5rem)",
|
|
||||||
|
|
||||||
"& > *": {
|
"& > *": {
|
||||||
transition: transitions.create("all", {
|
transition: transitions.create("all", {
|
||||||
easing: transitions.easing.easeInOut,
|
easing: transitions.easing.easeInOut,
|
||||||
|
Reference in New Issue
Block a user