Commit fd681ee5 authored by Bryce Johnson's avatar Bryce Johnson

Update variable table styles at wider viewport.

parent f78ecda5
...@@ -937,20 +937,24 @@ pre.light-well { ...@@ -937,20 +937,24 @@ pre.light-well {
// override bootstrap // override bootstrap
white-space: normal!important; white-space: normal!important;
@media (max-width: $screen-sm-max) { @media (max-width: $screen-md-max) {
width: 150px; width: 150px;
max-width: 150px; max-width: 150px;
} }
} }
.variable-value { .variable-value {
@media(max-width: $screen-xs-max) { @media(max-width: $screen-sm-max) {
width: 150px; width: 150px;
max-width: 150px; max-width: 150px;
overflow: hidden; overflow: hidden;
word-wrap: break-word; word-wrap: break-word;
} }
} }
.variable-menu {
text-align: right;
}
} }
.services-installation-info .row { .services-installation-info .row {
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
%tr %tr
%td.variable-key= variable.key %td.variable-key= variable.key
%td.variable-value{ "data-value" => variable.value }****** %td.variable-value{ "data-value" => variable.value }******
%td %td.variable-menu
= link_to namespace_project_variable_path(@project.namespace, @project, variable), class: "btn btn-transparent btn-variable-edit" do = link_to namespace_project_variable_path(@project.namespace, @project, variable), class: "btn btn-transparent btn-variable-edit" do
%span.sr-only %span.sr-only
Update Update
......
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