Bug 1852302 - Shopping sidebar loading state width should fill sidebar. r=shopping-reviewers,kpatenio

Differential Revision: https://phabricator.services.mozilla.com/D188052
This commit is contained in:
Niklas Baumgardner 2023-09-13 20:21:03 +00:00
parent 13d668fb06
commit 956a788047

View File

@ -6,8 +6,8 @@
display: flex;
flex-direction: column;
box-sizing: border-box;
position: fixed;
height: 100%;
width: 100%;
border-inline-start: 1px solid var(--in-content-box-border-color);
}