mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-01 12:13:18 +00:00
chore: lint (stylelint/stylelint#7401)
This commit is contained in:
parent
b22ad537e2
commit
bbaad041be
13 changed files with 209 additions and 177 deletions
|
|
@ -1,12 +1,12 @@
|
|||
.help {
|
||||
margin : 25px;
|
||||
white-space : normal;
|
||||
margin: 25px;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.help li {
|
||||
list-style-type : disc;
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
.help img {
|
||||
max-width : 100%;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue