Skip to content

Commit

Permalink
Fix cost warning UI miss-aligned. (microsoft#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
buddhawang authored Mar 4, 2021
1 parent c9d5796 commit 2cbf98b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/react/components/pages/editorPage/canvasCommandBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

.cost-warning-message .ms-ContextualMenu-linkContent {
display: grid;
grid-template-columns: 24px auto;
grid-template-rows: 24px 8px;
grid-template-areas:
"icon text"
Expand All @@ -32,4 +33,5 @@
color: darkorange;
font-size: 8px;
padding-left: 4px;
text-align: left;
}

0 comments on commit 2cbf98b

Please sign in to comment.