Skip to content

Commit

Permalink
Update sort button style in stats.pug
Browse files Browse the repository at this point in the history
  • Loading branch information
Adasjo committed Feb 10, 2024
1 parent 6e8b0a5 commit be17a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/stats.pug
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ block content
include sidebar
div(class='col-sm-8 col-md-9')
h1 Statistik
h2 Sortera på |
button(onclick='toggleStatDisplay()') Antal dagar
h2 Sortera på
button(class='button' style='margin: 0.5em' onclick='toggleStatDisplay()') Antal dagar
table(id='mandateCountTable')
thead
tr
Expand Down

0 comments on commit be17a1d

Please sign in to comment.