File tree Expand file tree Collapse file tree
0-sign-in-vanillajs/App/public
1-sign-in-react/SPA/src/styles Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,18 +33,16 @@ <h5 id="title-div" class="card-header text-center">
3333 </ h5 >
3434 < br />
3535 < 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 >
36+ < table id ="table-div " class ="table table-striped table-bordered d-none " id ="table ">
37+ < thead id ="table-head-div ">
38+ < tr >
39+ < th > Claim Type</ th >
40+ < th > Value</ th >
41+ < th > Description</ th >
42+ </ tr >
43+ </ thead >
44+ < tbody id ="table-body-div "> </ tbody >
45+ </ table >
4846 </ div >
4947 </ div >
5048 <!-- importing bootstrap.js and supporting js libraries -->
Original file line number Diff line number Diff line change 22 padding : .5rem 1rem !important ;
33}
44
5- .table-responsive {
6- max-height : 38rem !important ;
7- padding-left : 50px ;
8- padding-right : 50px ;
9- }
10-
115td {
126 word-break : break-word;
137 max-width : 20rem ;
Original file line number Diff line number Diff line change @@ -58,19 +58,11 @@ footer {
5858 float : right;
5959}
6060
61- .tableColumn {
62- word-break : break-all;
63- }
64-
6561td {
6662 word-break : break-word;
6763 max-width : 34rem ;
6864}
6965
70- .table-responsive {
71- max-height : 37rem !important ;
72- }
73-
7466.warningMessage {
7567 color : red;
7668}
You can’t perform that action at this time.
0 commit comments