Skip to content
Snippets Groups Projects
Commit cd2381c2 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Improvements for mobile

parent 7966584f
Branches
Tags
1 merge request!7628Improve readability of environments table
Pipeline #
Loading
Loading
@@ -18,7 +18,17 @@
.environments {
table-layout: fixed;
 
.environments-commit
.environments-commit,
.environments-actions,
.environments-deploy,
.environments-build,
.environments-date {
position: static;
float: none;
display: table-cell;
}
.environments-commit,
.environments-actions {
width: 20%;
}
Loading
Loading
@@ -26,11 +36,11 @@
.environments-deploy,
.environments-build,
.environments-date {
width: 10%;
width: 11.6%;
}
 
.environments-name {
width: 30%;
width: 25%;
}
 
.deployment-column {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment