Commit cd2381c2 authored by Filipa Lacerda's avatar Filipa Lacerda

Improvements for mobile

parent 7966584f
...@@ -18,7 +18,17 @@ ...@@ -18,7 +18,17 @@
.environments { .environments {
table-layout: fixed; 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 { .environments-actions {
width: 20%; width: 20%;
} }
...@@ -26,11 +36,11 @@ ...@@ -26,11 +36,11 @@
.environments-deploy, .environments-deploy,
.environments-build, .environments-build,
.environments-date { .environments-date {
width: 10%; width: 11.6%;
} }
.environments-name { .environments-name {
width: 30%; width: 25%;
} }
.deployment-column { .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