Commit cd2381c2 authored by Filipa Lacerda's avatar Filipa Lacerda

Improvements for mobile

parent 7966584f
......@@ -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%;
}
......@@ -26,11 +36,11 @@
.environments-deploy,
.environments-build,
.environments-date {
width: 10%;
width: 11.6%;
}
.environments-name {
width: 30%;
width: 25%;
}
.deployment-column {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment