Fix length-zero-no-unit (CSS)
This commit is contained in:
parent
c243d00add
commit
61719e3ab2
4 changed files with 6 additions and 6 deletions
|
@ -213,8 +213,8 @@ a[data-role=button] {
|
|||
border-radius: 0.8em;
|
||||
}
|
||||
.visualCardBox .cardOverlayContainer {
|
||||
border-bottom-right-radius: 0em;
|
||||
border-bottom-left-radius: 0em;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.defaultCardBackground1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue