Skip to content

Commit

Permalink
Merge pull request #1672 from gtech-mulearn/dev
Browse files Browse the repository at this point in the history
Dev Server
  • Loading branch information
aswanthabam authored Nov 5, 2024
2 parents 5e64809 + 5931cf9 commit c7b0414
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
.InputSchedule {
width: 100%;
.weeks {
grid-template-columns: auto auto auto auto auto;
.box {
width: 40px;
height: 40px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
.InputSchedule {
width: 100%;
.weeks {
grid-template-columns: auto auto auto auto;
grid-template-columns: auto auto auto;
.box {
width: 60px;
height: 60px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@
}
.form {
padding: 10px;
.formGroup {
&.radioContainer {
flex-direction: column !important;
justify-content: center;
}
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default function CreateLC() {
className={
styles.formGroup +
" " +
styles.horizontal
styles.horizontal + " " + styles.radioContainer
}
>
<label htmlFor="recurrence_type">
Expand Down

0 comments on commit c7b0414

Please sign in to comment.