fix: removed styles on attachments as they were overriding the styles on webform
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user