summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/responsive-tables.scss
diff options
context:
space:
mode:
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;
+ }
}