Skip to content

Commit

Permalink
Merge pull request #1105 from niccolopaganini/fix_wide_buttons
Browse files Browse the repository at this point in the history
Fixed button(s)
  • Loading branch information
shankari authored Nov 22, 2023
2 parents e0d892f + 2a3fb13 commit 26638a7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions www/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
.question.non-select {
display: inline-block;
}
.question input[name*='_date'],
.question input[name*='_time'] {
.question input[name$='Start_date'],
.question input[name$='Start_time'],
.question input[name$='End_date'],
.question input[name$='End_time'] {
width: calc(40vw - 10px);
margin-right: 5px;
display: flex;
Expand Down

0 comments on commit 26638a7

Please sign in to comment.