File tree 4 files changed +0
-20
lines changed
4 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -385,9 +385,4 @@ export default {
385
385
.delete {
386
386
margin-right: auto;
387
387
}
388
-
389
- // TODO remove after https://github.com/nextcloud-libraries/nextcloud-vue/issues/5228
390
- :deep(.modal-wrapper--small .modal-container) {
391
- width: 400px !important;
392
- }
393
388
</style>
Original file line number Diff line number Diff line change @@ -235,11 +235,6 @@ h4 {
235
235
color: var(--color-text-maxcontrast);
236
236
}
237
237
&__dialog {
238
- // TODO remove after https://github.com/nextcloud-libraries/nextcloud-vue/issues/5228
239
- :deep(.modal-wrapper--small .modal-container) {
240
- width: 400px !important;
241
- }
242
-
243
238
:deep(.modal-container) {
244
239
padding-block: 4px 8px;
245
240
padding-inline: 12px 8px;
Original file line number Diff line number Diff line change @@ -871,11 +871,6 @@ export default {
871
871
const possibleMentions = response.data.ocs.data
872
872
873
873
possibleMentions.forEach(possibleMention => {
874
- // TODO fix backend for userMention
875
- if (!possibleMention.title && possibleMention.label) {
876
- possibleMention.title = possibleMention.label
877
- }
878
-
879
874
// Set icon for candidate mentions that are not for users.
880
875
if (possibleMention.source === 'calls') {
881
876
possibleMention.icon = 'icon-user-forced-white'
Original file line number Diff line number Diff line change @@ -266,9 +266,4 @@ export default {
266
266
.button-update-permission {
267
267
margin: 0 auto;
268
268
}
269
-
270
- // TODO remove after https://github.com/nextcloud-libraries/nextcloud-vue/issues/5228
271
- :deep(.modal-wrapper--small .modal-container) {
272
- width: 400px !important;
273
- }
274
269
</style>
You can’t perform that action at this time.
0 commit comments