Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

angular ng build setting body min-width

It seems like new versions of Bootstrap add
@page {  size: a3;  }  body {  min-width: 992px !important;  }
in the style in index.html in the dist folder after ng build
removing that part before deploying online resolves the issue
 
PREVIOUS NEXT
Tagged: #angular #ng #build #setting #body
ADD COMMENT
Topic
Name
2+8 =