Skip to content

Commit 0a9f7ad

Browse files
Jaissica HoraJaissica Hora
authored andcommitted
fix: button width to fit table styles
1 parent 89a8718 commit 0a9f7ad

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/BMDashboard/WeeklyProjectSummary/WeeklyProjectSummary.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@
306306
align-items: center;
307307
justify-content: center;
308308
border-radius: 25px;
309-
width: 284px;
309+
width: 100%;
310+
max-width: 284px;
310311
height: 190px;
311312
text-align: center;
312313
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);

0 commit comments

Comments
 (0)