mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: sidemenu profile main text is now username instead of name
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
color: $footer-link-color;
|
||||
padding: 5rem 0 1rem 0;
|
||||
font-size: $font-size-sm;
|
||||
position: relative;
|
||||
width: 98%; /* was causing horiz scrollbars - need to examine */
|
||||
|
||||
a {
|
||||
@@ -36,3 +37,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.login-page {
|
||||
.footer {
|
||||
position: absolute;
|
||||
bottom: $spacer;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user