Skip to content

Commit

Permalink
fix(console): fix the quota guard layout (#5689)
Browse files Browse the repository at this point in the history
* fix(console): fix the quota guard layout

fix the quota guard layout

* chore(console): add some comments

add some comments
  • Loading branch information
simeng-li committed Apr 15, 2024
1 parent 559331d commit 0d94627
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
padding: _.unit(6);
background-color: var(--color-info-container);
margin: 0 _.unit(-6) _.unit(-6);
flex: 1; // Should display in full width

.description {
flex: 1;
Expand Down

0 comments on commit 0d94627

Please sign in to comment.