summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/responsive-tables.scss
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-08 01:15:40 +0000
committerClement Ho <clemmakesapps@gmail.com>2017-06-08 01:15:40 +0000
commitc55b4269dcae55884bcec4121fc4835b6dbf78f1 (patch)
treeed1c2c360536475838f482f0cc39078f3fcd1fce /app/assets/stylesheets/framework/responsive-tables.scss
parent54f985e60c8ac06230c0afe1a637db6129bc428f (diff)
downloadgitlab-ce-c55b4269dcae55884bcec4121fc4835b6dbf78f1.tar.gz
Responsive table fixes
Diffstat (limited to 'app/assets/stylesheets/framework/responsive-tables.scss')
-rw-r--r--app/assets/stylesheets/framework/responsive-tables.scss9
1 files changed, 5 insertions, 4 deletions
diff --git a/app/assets/stylesheets/framework/responsive-tables.scss b/app/assets/stylesheets/framework/responsive-tables.scss
index a24483fa431..f0a4c66aa1a 100644
--- a/app/assets/stylesheets/framework/responsive-tables.scss
+++ b/app/assets/stylesheets/framework/responsive-tables.scss
@@ -19,10 +19,6 @@
.table-section {
white-space: nowrap;
- .branch-commit {
- max-width: 100%;
- }
-
$section-widths: 10 15 20 25 30 40;
@each $width in $section-widths {
&.section-#{$width} {
@@ -87,4 +83,9 @@
@media (min-width: $screen-md-min) {
flex: 0 0 90%;
}
+
+ .avatar {
+ float: none;
+ margin-right: 4px;
+ }
}