Skip to content

Commit

Permalink
fix: Extend text box size to fit in decimals
Browse files Browse the repository at this point in the history
  • Loading branch information
cyperdark committed Nov 14, 2024
1 parent 7ee40e1 commit a081abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/server/assets/ingame.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ input[type="number"].input2 {
font-size: inherit;
font-weight: inherit;
color: var(--background-1);
width: 3.7em;
width: 6.5em;
height: 28px;
background: var(--button-open);
padding: 0.1em 0.3em;
Expand Down Expand Up @@ -239,7 +239,7 @@ iframe {
}

.cm-label {
grid-template-columns: 3.4em 3.7em 9em;
grid-template-columns: 3.4em auto 9em;
align-items: center;
display: grid;
gap: 0.5em;
Expand Down

0 comments on commit a081abd

Please sign in to comment.