Skip to content

Commit 134d838

Browse files
authored
Create css.js
1 parent 20a33be commit 134d838

File tree

1 file changed

+7
-0
lines changed
  • Modern Development/Service Portal Widgets/Open in Platform

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)