Tweak border: none to border: 0 to fix linting

pull/8008/head
jacobtoppm 2022-06-01 17:19:17 +01:00
rodzic 25c43273a9
commit a72b89b38d
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -599,7 +599,7 @@ table.listing {
}
&.images {
border: none;
border: 0;
> li {
padding: 1.5em;
@ -607,7 +607,7 @@ table.listing {
height: auto;
text-align: center;
margin-top: -1px;
border: none;
border: 0;
.bulk-action-checkbox {
float: left;