module.less: show hidden help texts
This commit is contained in:
parent
7b6245dc0a
commit
1510a75721
|
@ -1,5 +1,8 @@
|
|||
form p.description {
|
||||
display: none;
|
||||
/* display: none; */
|
||||
padding-bottom: 1em;
|
||||
color: #888;
|
||||
padding-left: 2em;
|
||||
}
|
||||
|
||||
input, select, select option, textarea {
|
||||
|
|
Loading…
Reference in New Issue