-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Open
Description
After upgrading to version 2.4.1
, one of my coworkers (π @lukaszstasiakux) noticed an issue with the ui.attached.segment
class. It appeared to be overflowing the space it was previously fitting in. In doing some investigating, I believe there may be a math bug with the following two variables:
Which was introduced in the following commit:
If you closely at the changes in the above commit for the segment.variables
file, you can see that we were previous using addition with a negative number. However, with the changes that were made, we are now using subtraction a negative number. Whoops.
Steps
- Open
.../examples/attached.html
in a browser - Inspect the
Segment 1
segment
Expected Result
The width
and max-width
properties should be 98%
Actual Result
The width
and max-width
properties are 102%
Version
2.4.1
Testcase
petrboros and lorisleiva
Metadata
Metadata
Assignees
Labels
No labels