css fix for tables on firefox
This commit is contained in:
parent
d5fb9e1e1d
commit
7d70872f7e
1 changed files with 6 additions and 0 deletions
|
|
@ -8,3 +8,9 @@
|
||||||
.is-hidden-frameless:not(.is-fullscreen):not(.mod-macos) .workspace-tabs.mod-top-right-space .workspace-tab-header-container:after {
|
.is-hidden-frameless:not(.is-fullscreen):not(.mod-macos) .workspace-tabs.mod-top-right-space .workspace-tab-header-container:after {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* fix table cell height in firefox in edit mode with live preview */
|
||||||
|
.markdown-source-view.mod-cm6 .cm-table-widget th,
|
||||||
|
.markdown-source-view.mod-cm6 .cm-table-widget td {
|
||||||
|
height: auto !important;
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue