File tree Expand file tree Collapse file tree
1-Authentication/0-sign-in-vanillajs/App/public Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 < button type ="button " id ="signOut " class ="btn btn-success d-none " onclick ="signOut() "> Sign-out</ button >
2525 </ div >
2626 </ nav >
27- < br >
28- < h5 id ="title-div " class ="card-header text-center "> Vanilla JavaScript single-page application secured with MSAL.js
29- </ h5 >
30- < h5 id ="welcome-div " class ="card-header text-center d-none "> </ h5 >
31- < br >
32- < div class ="table-responsive-ms " id ="table ">
33- < table id ="table-div " class ="table table-striped d-none ">
34- < thead id ="table-head-div ">
35- < tr >
36- < th > Claim Type</ th >
37- < th > Value</ th >
38- < th > Description</ th >
39- </ tr >
40- </ thead >
41- < tbody id ="table-body-div ">
42- </ tbody >
43- </ table >
44- </ div >
27+ < br />
28+ < div class ="container ">
29+ < div class ="row ">
30+ < br />
31+ < h5 id ="title-div " class ="card-header text-center ">
32+ Vanilla JavaScript single-page application secured with MSAL.js
33+ </ h5 >
34+ < br />
35+ < h5 id ="welcome-div " class ="card-header text-center d-none "> </ h5 >
36+ < div class ="table-responsive ">
37+ < table id ="table-div " class ="table table-striped table-bordered d-none " id ="table ">
38+ < thead id ="table-head-div ">
39+ < tr >
40+ < th > Claim Type</ th >
41+ < th > Value</ th >
42+ < th > Description</ th >
43+ </ tr >
44+ </ thead >
45+ < tbody id ="table-body-div "> </ tbody >
46+ </ table >
47+ </ div >
48+ </ div >
49+ </ div >
4550 <!-- importing bootstrap.js and supporting js libraries -->
4651 < script src ="https://code.jquery.com/jquery-3.3.1.slim.min.js "
4752 integrity ="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo " crossorigin ="anonymous ">
Original file line number Diff line number Diff line change 22 padding : .5rem 1rem !important ;
33}
44
5- .table-responsive-ms {
6- max-height : 800 px !important ;
5+ .table-responsive {
6+ max-height : 38 rem !important ;
77 padding-left : 50px ;
88 padding-right : 50px ;
99}
You can’t perform that action at this time.
0 commit comments