Fix formatting

This commit is contained in:
Annabel Dunstone Gray 2017-12-18 14:27:58 -07:00
parent 322643e740
commit 47eaadec82
No known key found for this signature in database
GPG Key ID: 7C8C78A372AD7A2D
2 changed files with 12 additions and 12 deletions

View File

@ -74,7 +74,7 @@
}
.md-header-tab {
@media(max-width: $screen-xs-max) {
@media (max-width: $screen-xs-max) {
flex: 1;
width: 100%;
border-bottom: 1px solid $border-color;
@ -89,15 +89,15 @@
&.active {
display: block;
}
@media(max-width: $screen-xs-max) {
flex: none;
display: flex;
justify-content: center;
width: 100%;
padding-top: $gl-padding-top;
padding-bottom: $gl-padding-top;
@media (max-width: $screen-xs-max) {
flex: none;
display: flex;
justify-content: center;
width: 100%;
padding-top: $gl-padding-top;
padding-bottom: $gl-padding-top;
}
}
}
}
@ -183,7 +183,7 @@
margin-left: $gl-padding;
margin-right: -5px;
@media(max-width: $screen-xs-max) {
@media (max-width: $screen-xs-max) {
margin-left: 0;
margin-right: 0;
}
@ -247,7 +247,7 @@
}
}
@media(max-width: $screen-xs-max) {
@media (max-width: $screen-xs-max) {
.atwho-view-ul {
width: 350px;
}

View File

@ -6,7 +6,7 @@ module WithPerformanceBar
end
def peek_enabled?
# return true if Rails.env.development?
return true if Rails.env.development?
return false unless Gitlab::PerformanceBar.enabled?(current_user)
if RequestStore.active?