Align numeric fields to the right

Is there a way to align any (all) numeric fields right-align?

Hello @sphilson,

You can use this CSS code to align the content of the numeric field to the right:

 input.k-formatted-value.form-control.k-input {
    text-align: right !important;
}