@import "./themes/siteIcon.css";
@import "./themes/template/index.css";
@import "./themes/editor.css";
@import "./themes/pageEditor.css";
html, body, #root  {
  height: 100%;

}

html{
  overflow: hidden;
}

body {
  margin: 0;
}

td{
	word-break: break-all;
}

.tangram-suggestion-main{
	z-index: 99999;
}

.ant-form-item label {
  position: relative;
  white-space: normal;
}
img{
  display: inline-block;
}

.ellipsis {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}