We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1adbae1 commit b88f137Copy full SHA for b88f137
assets/stylesheets/changeset_statuses.css
@@ -35,13 +35,12 @@ details.changeset-status__popover[open] > summary:before {
35
background-color: #fff;
36
border: 1px solid #c0c0c0;
37
border-radius: 3px;
38
- left: 50%;
+ left: -2px;
39
margin-top: 3px;
40
max-width: 300px;
41
padding: 6px;
42
position: absolute;
43
top: 100%;
44
- transform: translateX(-50%);
45
z-index: 100;
46
}
47
@@ -51,7 +50,7 @@ details.changeset-status__popover[open] > summary:before {
51
50
border-bottom: 3px solid #c0c0c0;
52
content: '';
53
display: block;
54
+ left: 5px;
55
56
top: -4px;
57
transform: translateX(-50%);
0 commit comments