Merge branch 'release/v1.0.0' of https://github.com/ONLYOFFICE/DocSpace into release/v1.0.0

This commit is contained in:
Mushka Nikita 2023-03-21 11:50:25 +03:00
commit b0bd27968c

View File

@ -34,6 +34,12 @@ const HeaderContainer = styled.div`
.settings-section_badge {
margin-left: 8px;
}
.header {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
}
.action-wrapper {
flex-grow: 1;
@ -308,7 +314,7 @@ class SectionHeaderContent extends React.Component {
)}
<Headline type="content" truncate={true}>
<div className="settings-section_header">
{t(header)}
<div className="header"> {t(header)}</div>
{isNeedPaidIcon ? (
<Badge
backgroundColor="#EDC409"