aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorMaZderMind2015-03-31 21:38:03 +0200
committerMaZderMind2015-03-31 21:38:03 +0200
commit7a163c226c99eb97fb9ce59ce5774da513bcdfd1 (patch)
tree19e94eae8e42c0b7cb5efd02d03d3dab95601f04 /assets
parentf48084e1d68429235a5655a92b463cc5099be646 (diff)
Feedback Read-View
Diffstat (limited to 'assets')
-rw-r--r--assets/css/_bootstrap-selection.less2
-rw-r--r--assets/css/_structure.less9
2 files changed, 10 insertions, 1 deletions
diff --git a/assets/css/_bootstrap-selection.less b/assets/css/_bootstrap-selection.less
index 2c50792..55e0cf2 100644
--- a/assets/css/_bootstrap-selection.less
+++ b/assets/css/_bootstrap-selection.less
@@ -12,7 +12,7 @@
@import "bootstrap-3.3.2/type.less";
//@import "bootstrap-3.3.2/code.less";
@import "bootstrap-3.3.2/grid.less";
-//@import "bootstrap-3.3.2/tables.less";
+@import "bootstrap-3.3.2/tables.less";
@import "bootstrap-3.3.2/forms.less";
@import "bootstrap-3.3.2/buttons.less";
diff --git a/assets/css/_structure.less b/assets/css/_structure.less
index a465bad..be74c43 100644
--- a/assets/css/_structure.less
+++ b/assets/css/_structure.less
@@ -127,3 +127,12 @@ body.feedback {
.well();
}
}
+
+body.feedback-read {
+ td {
+ white-space: nowrap;
+ &.issuetext {
+ white-space: normal;
+ }
+ }
+}