summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2017-01-24 09:02:02 -0500
committerBryce Johnson <bryce@gitlab.com>2017-01-24 09:02:02 -0500
commit50ae00dc35174a1a99c96990a0d6adb981675a07 (patch)
tree0624358567f9320622a10c812963e6fbc0dc866d
parent05a8de40575f2293bf2434aa2775a73844774fdb (diff)
downloadgitlab-ce-25780-reveal-variables-button-may-overrun-width-of-screen.tar.gz
-rw-r--r--app/assets/stylesheets/pages/projects.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index 3187facbc89..1b0bf4554e6 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -927,10 +927,11 @@ pre.light-well {
}
.variables-table {
+ table-layout: fixed;
+
&.table-responsive {
border: none;
}
- table-layout: fixed;
.variable-key {
width: 300px;