6 lines
93 B
CSS
6 lines
93 B
CSS
|
*{
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
.n-drawer-body-content-wrapper{
|
||
|
padding: 0 !important;
|
||
|
}
|