Skip to content

Commit f4ce13a

Browse files
committed
style: fix linter issue
1 parent d514f74 commit f4ce13a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Poll/styling/Poll.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
gap: var(--str-chat__spacing-xl);
88
padding: var(--str-chat__spacing-xs);
99
width: calc(
10-
var(--str-chat__message-with-attachment-max-width) - calc(
11-
2 * var(--str-chat__spacing-xs)
10+
var(--str-chat__message-with-attachment-max-width) - calc(
11+
2 * var(--str-chat__spacing-xs)
1212
)
1313
);
1414
max-width: 100%;

0 commit comments

Comments
 (0)