Skip to content

Commit

Permalink
Restore input style (#2159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Martinez Gotor committed Nov 12, 2020
1 parent b88e457 commit 472e1ac
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 0 additions & 10 deletions dashboard/src/components/Config/AppRepoList/AppRepoForm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@
h2 {
margin-top: 0;
}
.clr-control-container {
width: 100%;
padding-right: 2rem;
.clr-input {
width: 100%;
}
textarea {
width: 100%;
}
}
.clr-form-description {
font-size: smaller;
strong {
Expand Down
14 changes: 14 additions & 0 deletions dashboard/src/components/Layout/Layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -201,3 +201,17 @@
.margin-b-sm {
margin-bottom: 0.3rem;
}

.clr-control-container {
width: 100%;
margin-top: 0.3rem;
.clr-input-wrapper {
max-width: 100%;
.clr-input {
width: 100%;
}
}
textarea {
width: 100%;
}
}
4 changes: 0 additions & 4 deletions dashboard/src/components/OperatorNew/OperatorNew.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,3 @@
margin-top: -0.1rem;
}
}

.clr-control-container {
margin-top: 0.3rem;
}

0 comments on commit 472e1ac

Please sign in to comment.