fix: removed styles on attachments as they were overriding the styles on webform

This commit is contained in:
Jannat Patel
2025-04-17 22:32:25 +05:30
parent 3bea19c8ad
commit 1a1924de3e

View File

@@ -1621,30 +1621,6 @@ pre {
border: 1px solid var(--primary-color);
}
.show-attachments {
padding-right: 0.5rem;
display: flex;
align-items: center;
}
.attachment-controls {
display: flex;
align-items: center;
width: fit-content;
cursor: pointer;
}
.attachments {
flex-direction: column;
padding: 0.5rem 0;
margin-top: 1rem;
position: absolute;
z-index: 1;
width: fit-content;
border-collapse: separate;
border-spacing: 1rem 0.5rem;
}
li {
line-height: 1.7;
}