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 a75f9db commit 57154a5Copy full SHA for 57154a5
app-src/scripts/global-link-list/_global-link-list-cp.scss
@@ -34,12 +34,13 @@ global-link-list {
34
text-transform: none;
35
margin: 0;
36
max-height: 36px;
37
+ min-width: 0px;
38
}
39
40
.controls {
41
position: absolute;
42
top: 100%;
- margin-top: -5px;
43
+ margin-top: -2px;
44
left: 50%;
45
transform: translate(-50%, 30px);
46
z-index: 5;
@@ -52,7 +53,7 @@ global-link-list {
52
53
54
.md-button {
55
padding: 0;
- margin: 3px;
56
+ margin: 2px;
57
width: 32px;
58
height: 32px;
59
min-height: 0;
0 commit comments