Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

remove white border around components angular

// if a white border appears in all the components that you add to the page 
//make sure you have this code in src/styles.scss
//(this file the global file of styles for the entire project)

body {
    border: none !important;
    margin: 0px !important;
    padding: 0 !important;
}
 
PREVIOUS NEXT
Tagged: #remove #white #border #components #angular
ADD COMMENT
Topic
Name
4+3 =