Skip to content

Commit 0d75af1

Browse files
committed
UI-281 InputNumber should align to right
1 parent 0cb5891 commit 0d75af1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.input-number input { text-align: right; }

src/input/input-number/InputNumber.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ A specialized number input component with validation and formatting.
6363
</div>
6464

6565
<script lang="ts">
66+
import './InputNumber.css';
6667
import type { InputNumberProps } from './types';
6768
import { guid } from '../../utils';
6869
import { Info } from '../../info-bar';

0 commit comments

Comments
 (0)