Align SliderTableField input to right
This commit is contained in:
parent
b6e1bfbcb9
commit
80db84c915
1 changed files with 4 additions and 0 deletions
|
|
@ -5,4 +5,8 @@
|
|||
text-align: right;
|
||||
width: $unit-8x;
|
||||
}
|
||||
|
||||
.Right {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue