We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63be7e2 commit 1354abeCopy full SHA for 1354abe
1 file changed
client/src/pages/conf/conf.module.css
@@ -1851,6 +1851,7 @@
1851
align-items: center;
1852
/* Figma mobile keeps rows horizontally aligned. */
1853
flex-direction: row;
1854
+ flex-wrap: wrap;
1855
}
1856
1857
.agendaCardContent {
@@ -1883,11 +1884,12 @@
1883
1884
1885
1886
.agendaCardButton {
- flex: 0 0 auto;
1887
- width: auto;
+ flex: 0 0 100%;
1888
+ width: 100%;
1889
+ margin-top: 4px;
1890
padding: 8px 14px;
1891
border-radius: 999px;
- font-size: 12px;
1892
+ font-size: 13px;
1893
font-weight: 600;
1894
gap: 6px;
1895
white-space: nowrap;
0 commit comments