Merge pull request #377 from WDI-Ideas/sayli

Sayli
This commit is contained in:
Sayli Raut
2024-07-25 11:45:47 +05:30
committed by GitHub

View File

@@ -1593,4 +1593,19 @@ a.download-btn.reply-button:hover {
background: #05244d;
}
.sidebar-links {
overflow-x: hidden !important;
}
.radio-btn input {
width: fit-content;
margin-right: 6px;
}
.radio-btn {
display: flex;
align-items: baseline;
}
.radio-btn label.label {
margin: 0;
}