mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
fix(console): fix the quota guard layout (#5689)
* fix(console): fix the quota guard layout fix the quota guard layout * chore(console): add some comments add some comments
This commit is contained in:
parent
559331d51e
commit
0d9462729f
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
padding: _.unit(6);
|
padding: _.unit(6);
|
||||||
background-color: var(--color-info-container);
|
background-color: var(--color-info-container);
|
||||||
margin: 0 _.unit(-6) _.unit(-6);
|
margin: 0 _.unit(-6) _.unit(-6);
|
||||||
|
flex: 1; // Should display in full width
|
||||||
|
|
||||||
.description {
|
.description {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
Loading…
Reference in a new issue