Skip to content

Commit

Permalink
Merge pull request #58 from david-storm/main
Browse files Browse the repository at this point in the history
fix: [DS-1529] Fix bug after regression
  • Loading branch information
podarok authored Jul 2, 2024
2 parents 20eec33 + ba7f73c commit 8cc9ae3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion css/repeat.css
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ body.modal-open .top-navs .nav-global {
}

.schedule-dashboard__sidebar .col-12 .label-mobile-results {
padding: 15px 0;
padding: 15px 10px;
}

.schedule-dashboard__content--header > .col-md-12 {
Expand Down
10 changes: 10 additions & 0 deletions css/repeat_mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@
font-size: 12px;
}

.schedule-dashboard__pager {
align-items: center;
justify-content: space-between;
}

.schedule-dashboard__pager > div {
width: auto;
padding: 0;
}

.schedule-dashboard__modal--class .addtocalendar {
float: none;
padding-left: 0;
Expand Down

0 comments on commit 8cc9ae3

Please sign in to comment.