File tree Expand file tree Collapse file tree
src/components/BMDashboard/Issues Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- .table th {
1+ .issues- table-responsive . text-end {
22 font-weight : 500 ;
33 color : # 6c757d ;
44 border-bottom-width : 1px ;
4949}
5050
5151/* Fixed table responsiveness */
52- .table-responsive {
52+ .issues- table-responsive {
5353 overflow-x : visible !important ; /* Prevent horizontal scrollbar */
5454 overflow-y : visible !important ; /* Ensure dropdowns aren't clipped */
5555 position : relative;
@@ -65,8 +65,8 @@ td.text-end {
6565 white-space : nowrap;
6666 width : 1% ;
6767}
68- td ,
69- th {
68+ . issues-table-responsive td ,
69+ . issues-table-responsive th {
7070 text-align : left !important ;
7171}
7272
7676}
7777
7878/* Ensure table doesn't exceed container width */
79- .table {
79+ .issues- table-responsive {
8080 width : 100% ;
8181 table-layout : fixed;
8282}
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ export default function IssueDashboard() {
106106 </ Col >
107107 </ Row >
108108
109- < div className = "table-responsive" >
109+ < div className = "issues- table-responsive" >
110110 < Table hover className = { `mb-0 ${ darkMode ? 'table-dark' : '' } ` } >
111111 < thead className = { darkMode ? 'table-dark' : 'table-light' } >
112112 < tr >
You can’t perform that action at this time.
0 commit comments