We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ae9f3 commit 782d192Copy full SHA for 782d192
1 file changed
src/components/Poll/styling/Poll.scss
@@ -6,13 +6,8 @@
6
flex-direction: column;
7
gap: var(--str-chat__spacing-xl);
8
padding: var(--str-chat__spacing-xs);
9
- width: calc(
10
- var(--str-chat__message-with-attachment-max-width) - calc(
11
- 2 * var(--str-chat__spacing-xs)
12
- )
13
- );
+ min-width: min(260px, 100%);
14
max-width: 100%;
15
- min-width: 260px;
16
font: var(--str-chat__font-caption-default);
17
18
button {
0 commit comments