Prevents non existing view modes to be loaded in items page. Fixes padding for cards and thumbnail view modes.

This commit is contained in:
Mateus Machado Luna 2018-09-06 11:04:49 -03:00
parent 76b97feefe
commit f0b6217ca9
1 changed files with 1 additions and 1 deletions

View File

@ -84,8 +84,8 @@ export default {
$tainacan-input-color: #1d1d1d;
$gray1: #f2f2f2;
$gray2: #e5e5e5;
$gray4: #898d8f;
$gray3: #dcdcdc;
$gray4: #898d8f;
@import "../../src/admin/scss/_view-mode-masonry.scss";