Skip to content

Commit

Permalink
fix: prefer flex shorthand
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmatthew committed Mar 4, 2022
1 parent 2d937d0 commit 4f7630d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/assets/css/custom-full.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/css/custom-full.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/css/custom.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/css/custom.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/otis/module/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ <h2 class="visually-hidden">Data vis</h2>
<td>
<div class="form-check d-flex align-items-center">
<input
class="form-check-input mt-0 c-resources__resource-select"
class="form-check-input mt-0"
type="radio"
id="radio-checked-again"
name="radio"
Expand Down
3 changes: 1 addition & 2 deletions scss/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ legend {
.form-check-input {
width: 1rem;
height: 1rem;
flex-grow: 0;
flex-basis: 1rem;
flex: 0 0 1rem;
box-shadow: 0 0 0 1px $primary;
}

Expand Down
2 changes: 1 addition & 1 deletion src/docs/otis/module.njk
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ title: Single Module
<td>
<div class="form-check d-flex align-items-center">
<input
class="form-check-input mt-0 c-resources__resource-select"
class="form-check-input mt-0"
type="radio"
id="radio-checked-again"
name="radio"
Expand Down

0 comments on commit 4f7630d

Please sign in to comment.