comparison sat_templates/templates/bulma/static/styles.css @ 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 45499870bbf4
children d28816a65b7f
comparison
equal deleted inserted replaced
341:977037f5ac81 342:0d6826a73c0f
141 justify-content: start; 141 justify-content: start;
142 } 142 }
143 143
144 .has-width-7 { 144 .has-width-7 {
145 width: 7em; 145 width: 7em;
146 }
147
148 .media-content {
149 min-width: 15em;
150 }
151
152 .column {
153 max-width: 100%;
146 } 154 }
147 155
148 /************** 156 /**************
149 * selections * 157 * selections *
150 **************/ 158 **************/