Skip to content

Commit

Permalink
make number input smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
celuchmarek committed Jan 17, 2025
1 parent fa7151b commit 23aaad4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/main/resources/digital/slovensko/autogram/ui/gui/idsk.css
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,10 @@ TextFlow.autogram-body-s {
-fx-pref-width: 20.25em;
}

.autogram-textfield-container--width-3 > TextField {
-fx-pref-width: 3.75em;
}


.autogram-dropdown {
-fx-cursor: hand;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
</Text>
</TextFlow>
</VBox>
<VBox styleClass="autogram-textfield-container">
<VBox styleClass="autogram-textfield-container,autogram-textfield-container--width-3">
<TextField fx:id="tokenSessionTimeoutTextField" styleClass="autogram-input" />
</VBox>
</HBox>
Expand Down

0 comments on commit 23aaad4

Please sign in to comment.