Commit 47eaadec authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix formatting

parent 322643e7
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
} }
.md-header-tab { .md-header-tab {
@media(max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
flex: 1; flex: 1;
width: 100%; width: 100%;
border-bottom: 1px solid $border-color; border-bottom: 1px solid $border-color;
...@@ -89,15 +89,15 @@ ...@@ -89,15 +89,15 @@
&.active { &.active {
display: block; display: block;
}
@media(max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
flex: none; flex: none;
display: flex; display: flex;
justify-content: center; justify-content: center;
width: 100%; width: 100%;
padding-top: $gl-padding-top; padding-top: $gl-padding-top;
padding-bottom: $gl-padding-top; padding-bottom: $gl-padding-top;
}
} }
} }
} }
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
margin-left: $gl-padding; margin-left: $gl-padding;
margin-right: -5px; margin-right: -5px;
@media(max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
margin-left: 0; margin-left: 0;
margin-right: 0; margin-right: 0;
} }
...@@ -247,7 +247,7 @@ ...@@ -247,7 +247,7 @@
} }
} }
@media(max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
.atwho-view-ul { .atwho-view-ul {
width: 350px; width: 350px;
} }
......
...@@ -6,7 +6,7 @@ module WithPerformanceBar ...@@ -6,7 +6,7 @@ module WithPerformanceBar
end end
def peek_enabled? def peek_enabled?
# return true if Rails.env.development? return true if Rails.env.development?
return false unless Gitlab::PerformanceBar.enabled?(current_user) return false unless Gitlab::PerformanceBar.enabled?(current_user)
if RequestStore.active? if RequestStore.active?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment