Minor fixes in styles
Change-Id: I8152d3981cc4b94a158619d471c3b6c0fcb402cf
diff --git a/dev/scss/base/form.scss b/dev/scss/base/form.scss
index b91348f..8275f54 100644
--- a/dev/scss/base/form.scss
+++ b/dev/scss/base/form.scss
@@ -95,7 +95,7 @@
input[type=radio] {
display: inline;
- text-aline: right;
+ text-align: right;
background-color: red;
width: auto;
min-width: auto;
@@ -124,7 +124,7 @@
}
a.form-button:hover {
- color: default !important;
+ color: inherit !important;
}
label.field-required::after {