fix: admin/fs: link field causing overflowing layout
Massimo Melina committed
Mar 7, 2024 at 19:45 UTC
777070e9303415679d6a20fe95b15a913d7755a3
1 file changed
+1
admin/src/index.scss
+1
@@ -31,6 +31,7 @@ img.flag {
31
.icon-w-text {
32
margin-right: .5em;
33
}
34
+form { max-width: 100%; } // make fields with unbreakable text (LinkField) to not overflow the available space
35
36
.MuiSvgIcon-root {
37
vertical-align: bottom;