
.oe_form_field_html {
  position: relative;
  word-wrap: break-word;
}

.oe_form_field_html .note-editable {
  min-height: 330px;
  font: inherit !important;
  font-family: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
  overflow: visible;
}

.oe_form_field_html .note-editable p, .oe_form_field_html .note-editable div {
  font-family: 'Lucida Grande', Helvetica, Verdana, Arial, sans-serif;
  font-size: 13px;
}

.oe_form_field_html ul > li > p, .oe_form_field_html p {
  margin: 0px;
}

.oe_form_field_html > iframe {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  min-height: 300px;
  min-height: -webkit-calc(100vh - 170px);
  min-height: calc(100vh - 170px);
}

.oe_form_field_html > iframe ul > li > p {
  margin: 0px;
}

.oe_form_field_html > iframe.o_readonly {
  border: none;
}

.oe_form_field_html .rounded {
  border-radius: .25rem !important;
}

.oe_form_field_html table.table.table-bordered {
  table-layout: fixed;
}

.o_field_widgetTextHtml_fullscreen .oe_form_field_html.o_form_fullscreen_ancestor iframe {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  min-height: 100% !important;
  z-index: 1001 !important;
  border: 0;
}

.o_field_widgetTextHtml_fullscreen > :not(.modal):not(.modal-backdrop) {
  display: none;
}

.o_field_widgetTextHtml_fullscreen .o_form_fullscreen_ancestor {
  display: block !important;
  position: static !important;
  top: 0 !important;
  left: 0 !important;
  width: auto !important;
  overflow: hidden !important;
  transform: none !important;
}

