[PM-29128] Fix desktop layout (#17789)
* Temporary styling that handles app-header * Update with layouti mprovementspull/17587/head^2
parent
2fd3923c30
commit
8594ce3c99
@ -0,0 +1,15 @@
|
||||
/**
|
||||
* Desktop UI Migration
|
||||
*
|
||||
* These are temporary styles during the desktop ui migration.
|
||||
**/
|
||||
|
||||
/**
|
||||
* This removes any padding applied by the bit-layout to content.
|
||||
* This should be revisited once the table is migrated, and again once drawers are migrated.
|
||||
**/
|
||||
bit-layout {
|
||||
#main-content {
|
||||
padding: 0 0 0 0;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue