From 24650c78bbd80f7eb55687bd465ab0ef9d09ace8 Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Tue, 25 Mar 2014 14:49:26 +0800 Subject: [PATCH] MDL-44235 atto_table: A long table caption does not overlap the table content --- lib/editor/atto/plugins/table/styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/editor/atto/plugins/table/styles.css b/lib/editor/atto/plugins/table/styles.css index 1dafd538c4c..69967c6523e 100644 --- a/lib/editor/atto/plugins/table/styles.css +++ b/lib/editor/atto/plugins/table/styles.css @@ -6,3 +6,6 @@ div.editor_atto_content caption { min-width: 30px; height: 13px; } +div.editor_atto_content caption { + height: auto; +}