Skip to content

Commit a33dfe4

Browse files
committed
style(policy-workbench): align inline note actions vertically
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 12581bd commit a33dfe4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/views/Settings/PolicyWorkbench/RealPolicyWorkbench.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,9 +1302,9 @@ onBeforeUnmount(() => {
13021302
13031303
&__inline-note-actions {
13041304
display: flex;
1305-
flex-wrap: wrap;
1306-
align-items: center;
1307-
justify-content: space-between;
1305+
flex-direction: column;
1306+
align-items: flex-start;
1307+
justify-content: flex-start;
13081308
gap: 0.75rem;
13091309
13101310
p {

0 commit comments

Comments
 (0)