Skip to content
Snippets Groups Projects
Commit 2edc04dc authored by christian.wiedemann's avatar christian.wiedemann
Browse files

(fix) Fix configure offset.

parent 41cb14da
No related branches found
Tags 1.0.0-beta2
No related merge requests found
......@@ -669,7 +669,7 @@ a.glb-button--primary:focus:hover {
padding: 0rem 0.75rem 0 1.5rem;
font-size: 0.75rem;
position: absolute;
top: -16px;
top: -19px;
left: 0px;
z-index: 1;
background: white;
......@@ -696,7 +696,7 @@ a.glb-button--primary:focus:hover {
height: 12px;
width: 12px;
position: absolute;
top: -14px;
top: -16px;
left: 5px;
z-index: 2; }
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -22,7 +22,7 @@
padding: 0rem 0.75rem 0 1.5rem;
font-size: 0.75rem;
position: absolute;
top: -16px;
top: -19px;
left: 0px;
z-index: 1;
background: white;
......@@ -50,7 +50,7 @@
height: 12px;
width: 12px;
position: absolute;
top: -14px;
top: -16px;
left: 5px;
z-index: 2;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment