Skip to content
Snippets Groups Projects
Verified Commit 47eaadec authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Fix formatting

parent 322643e7
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
@@ -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;
}
}
}
}
Loading
Loading
@@ -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;
}
Loading
Loading
@@ -247,7 +247,7 @@
}
}
 
@media(max-width: $screen-xs-max) {
@media (max-width: $screen-xs-max) {
.atwho-view-ul {
width: 350px;
}
Loading
Loading
Loading
Loading
@@ -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?
Loading
Loading
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