Skip to content

Commit ed6f01a

Browse files
Copilotmikebarkmin
andcommitted
Center button text in panels and make edge delete button full width
Co-authored-by: mikebarkmin <2592379+mikebarkmin@users.noreply.github.com>
1 parent b802552 commit ed6f01a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/learningmap/src/index.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1032,12 +1032,13 @@ dialog.help[open] {
10321032

10331033
.panel-footer button {
10341034
flex: 1;
1035+
justify-content: center;
10351036
}
10361037

10371038
.panel-footer-centered {
10381039
justify-content: center;
10391040
}
10401041

10411042
.panel-footer-centered button {
1042-
flex: 0 0 auto;
1043+
flex: 1;
10431044
}

0 commit comments

Comments
 (0)