Commit 0106f3cc authored by Filipa Lacerda's avatar Filipa Lacerda

Improvements in spacing

parent 0578ad9a
.pipelines { .pipelines {
width: 100%;
overflow: auto;
.realtime-loading { .realtime-loading {
font-size: 40px; font-size: 40px;
text-align: center; text-align: center;
...@@ -22,7 +25,7 @@ ...@@ -22,7 +25,7 @@
} }
.table.ci-table { .table.ci-table {
min-width: 1200px; width: 100%;
table-layout: fixed; table-layout: fixed;
.label { .label {
...@@ -40,12 +43,12 @@ ...@@ -40,12 +43,12 @@
.pipeline-info, .pipeline-info,
.pipeline-commit, .pipeline-commit,
.pipeline-stages, .pipeline-stages {
.pipeline-actions {
width: 20%; width: 20%;
} }
.pipeline-actions { .pipeline-actions {
width: 20%;
padding-right: 0; padding-right: 0;
} }
} }
...@@ -99,7 +102,7 @@ ...@@ -99,7 +102,7 @@
} }
.commit-link { .commit-link {
padding: 9px 8px 10px; padding: 9px 8px 10px 2px;
} }
} }
......
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