Align SliderTableField input to right

This commit is contained in:
Justin Edmund 2023-06-17 23:45:42 -07:00
parent b6e1bfbcb9
commit 80db84c915

View file

@ -5,4 +5,8 @@
text-align: right; text-align: right;
width: $unit-8x; width: $unit-8x;
} }
.Right {
justify-content: flex-end;
}
} }