We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a33be commit 134d838Copy full SHA for 134d838
1 file changed
Modern Development/Service Portal Widgets/Open in Platform/css.js
@@ -0,0 +1,7 @@
1
+/*
2
+This styling will align buttons on 2 ends of the div.
3
+*/
4
+.btn-cntr{
5
+display: flex;
6
+justify-content: space-between;
7
+}
0 commit comments