This commit is contained in:
Wade Wegner 2017-10-29 14:09:02 -07:00
Родитель 92aa348f7d
Коммит 51a91742a6
2 изменённых файлов: 2 добавлений и 2 удалений

2
dist/assets/css/main.css поставляемый
Просмотреть файл

@ -19366,7 +19366,7 @@ a.slds-button--inverse:focus {
page-break-after: avoid; } }
body {
width: 600px;
width: 650px;
margin: 0 auto;
line-height: 1.5rem; }

Просмотреть файл

@ -1,7 +1,7 @@
@import '../../node_modules/@salesforce-ux/design-system/scss/index';
body {
width: 600px;
width: 650px;
margin: 0 auto;
line-height: 1.5rem;
}