changeset 342:0d6826a73c0f

(bulma) CSS: fix content overflow in media object: Overflow was sometimes breaking design with media object. This was notably the case when viewing a list item with a long `<pre>` section, e.g. a ticket with a code pasted with long lines). This patch fixes it.
author Goffi <goffi@goffi.org>
date Fri, 01 Oct 2021 17:37:40 +0200
parents 977037f5ac81
children d28816a65b7f
files sat_templates/templates/bulma/static/styles.css
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sat_templates/templates/bulma/static/styles.css	Fri Oct 01 17:34:12 2021 +0200
+++ b/sat_templates/templates/bulma/static/styles.css	Fri Oct 01 17:37:40 2021 +0200
@@ -145,6 +145,14 @@
     width: 7em;
 }
 
+.media-content {
+    min-width: 15em;
+}
+
+.column {
+    max-width: 100%;
+}
+
 /**************
  * selections *
  **************/