Skip to content

Commit

Permalink
fix syntax error in css. natcap#1662
Browse files Browse the repository at this point in the history
  • Loading branch information
davemfish committed Feb 18, 2025
1 parent 43f2441 commit e8e7f72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workbench/src/renderer/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -646,9 +646,9 @@ input[type=text]::placeholder {

/* This button should also not move as content is toggled*/
#metadata-form button {
position: 'absolute',
bottom: '10px',
right: '10px'
position: 'absolute';
bottom: '10px';
right: '10px';
}

#metadata-form legend {
Expand Down

0 comments on commit e8e7f72

Please sign in to comment.