Skip to content

Commit e71004f

Browse files
authored
fix: legal hold modal styling issues (#17604)
* fix: legal hold modal styling issues * fix: legalhold devices modal styling issues
1 parent cb4d5e8 commit e71004f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/style/common/modal.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320

321321
&__left {
322322
right: unset;
323-
left: -6px;
323+
left: 16px;
324324
}
325325
}
326326
&__icon {
@@ -357,7 +357,7 @@
357357
left: 0;
358358
display: flex;
359359
justify-content: flex-end;
360-
padding: 20px;
360+
margin: 20px;
361361
background-color: var(--modal-bg);
362362
--button-color: var(--accent-color);
363363

src/style/panel/participant-devices.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
}
4343

4444
&__device-list {
45+
padding: 0;
4546
margin-top: 8px;
4647
}
4748

0 commit comments

Comments
 (0)