Skip to content

Commit 0e0d6ac

Browse files
committed
Fix linter issues.
Signed-off-by: bgravenorst <[email protected]>
1 parent a5a7221 commit 0e0d6ac

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

src/components/CopyPageButton/CopyPageButton.module.css

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,25 @@
9393
}
9494

9595
@media (max-width: 996px) {
96-
.dropdown { min-width: 260px; max-width: 90vw; }
97-
.alignCenter { right: auto; left: 50%; transform: translateX(-50%); }
98-
.alignRight { right: 0; left: auto; transform: none; }
99-
.alignLeft { left: 0; right: auto; transform: none; }
96+
.dropdown {
97+
min-width: 260px;
98+
max-width: 90vw;
99+
}
100+
.alignCenter {
101+
right: auto;
102+
left: 50%;
103+
transform: translateX(-50%);
104+
}
105+
.alignRight {
106+
right: 0;
107+
left: auto;
108+
transform: none;
109+
}
110+
.alignLeft {
111+
left: 0;
112+
right: auto;
113+
transform: none;
114+
}
100115
}
101116

102117
.dropdownItem {

0 commit comments

Comments
 (0)