Skip to content

Commit

Permalink
bugfix/wv-227 commented out lines 1501 - 1508 to fix radial button issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pbnjcub committed Mar 13, 2024
1 parent 3770b4f commit d0ce2b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1498,14 +1498,14 @@ button::-moz-focus-inner,input::-moz-focus-inner {
}

input {
border: none;
height: 38px;
/* border: none;
height: 38px; */
line-height:normal;
border:1px solid #ced4da;
/* border:1px solid #ced4da;
border-radius: 0.25rem;
width: 100%;
padding-left: 12px;
padding-right: 10px;
padding-right: 10px; */
}

input[type="checkbox"],input[type="radio"] {
Expand Down

0 comments on commit d0ce2b7

Please sign in to comment.