Results 1 comments of Evgeny

Having the same problem with attached.segment. Solved it temporarily by overriding the theme's variables: ```less @attachedWidth: calc(~"100% - (" @attachedHorizontalOffset ~"* 2)"); ``` less calculates the value but it should...