MDL-85361 block_social_activity: Fix inline editing text field

This commit is contained in:
Sara Arjona
2025-05-05 08:16:59 +02:00
parent a57387fe2d
commit 6a49c34b5c
+4
View File
@@ -13,3 +13,7 @@
.block_social_activities .instancename {
word-break: break-all;
}
.block_social_activities .inplaceeditable.inplaceeditingon input {
width: 100%;
}