@ -67,7 +67,7 @@ namespace Squidex.Domain.Apps.Entities.MongoDb.FullText
try
{
indexDirectory.Bucket.UploadFromStream(fullName, indexFileName, fs, options);
}
catch (MongoBulkWriteException ex) when (ex.WriteErrors.Any(x => x.Code == 11000))
@ -24,7 +24,6 @@ import { HtmlValue, Types } from '@app/shared';
::ng-deep .html-value img {
position: absolute;
top: 50%;
min-height: 50px;
max-height: 50px;
margin-top: -25px;