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