Skip to content

Commit

Permalink
Pushing CSS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ujjwal5 committed Aug 21, 2024
1 parent da6d04e commit 18b65ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blocks/form/components/imagechoice/imagechoice.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
}

.favourite-team .model-list-wrapper > li > img {
width: 100%;
width: 80%;
position: absolute;
}
1 change: 0 additions & 1 deletion blocks/form/components/tnc/tnc.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.tnc__text-decoration {
color: #969696;
border: 1px solid #ccc;
border-radius: .25rem;
max-height: 160px;
margin-bottom: .25rem;
Expand Down
4 changes: 4 additions & 0 deletions blocks/form/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -569,4 +569,8 @@ main .form form input:read-only {

main form .wizard .wizard-button-next, main form .wizard .wizard-button-prev, .wizard-menu-items {
display: none;
}

.plain-text-wrapper {
text-align: center;
}

0 comments on commit 18b65ff

Please sign in to comment.