Skip to content

Commit

Permalink
Update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed May 15, 2024
1 parent c18761e commit 9a2b6b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion javascript/example/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ input[type="number"] {
font-weight: 300;
background: rgba(255,255,255,0.25);
padding: 1px 2px;
border-radius: 2px;
}

ul {
Expand Down Expand Up @@ -220,7 +221,7 @@ input:focus {
#controls li span {

padding: 0 5px;
max-width: 125px;
max-width: 175px;
text-overflow: ellipsis;
overflow: hidden;

Expand Down

0 comments on commit 9a2b6b6

Please sign in to comment.