summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/performance_bar.scss
diff options
context:
space:
mode:
authorSimon Knox <simon@gitlab.com>2018-06-28 21:56:31 +0000
committerClement Ho <clemmakesapps@gmail.com>2018-06-28 21:56:31 +0000
commit05a66a09e8e0f5451f586f1f01cadc8c32aa6c85 (patch)
treeda8c75d2b1840d703a363202a7af41b46e35ccf6 /app/assets/stylesheets/performance_bar.scss
parent7ba35a21f9c2fd2049dceb465e13a24e320ac9dd (diff)
downloadgitlab-ce-05a66a09e8e0f5451f586f1f01cadc8c32aa6c85.tar.gz
Resolve "SQL Queries are not shown from the Performance Bar in Safari"
Diffstat (limited to 'app/assets/stylesheets/performance_bar.scss')
-rw-r--r--app/assets/stylesheets/performance_bar.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/performance_bar.scss b/app/assets/stylesheets/performance_bar.scss
index 5127ddfde6e..7a93c4dfa28 100644
--- a/app/assets/stylesheets/performance_bar.scss
+++ b/app/assets/stylesheets/performance_bar.scss
@@ -7,7 +7,6 @@
top: 0;
width: 100%;
z-index: 2000;
- overflow-x: hidden;
height: $performance-bar-height;
background: $black;
@@ -82,7 +81,7 @@
.view {
margin-right: 15px;
- float: left;
+ flex-shrink: 0;
&:last-child {
margin-right: 0;