This commit is contained in:
gsinghpal
2026-02-23 00:32:20 -05:00
parent d6bac8e623
commit e8e554de95
549 changed files with 1330 additions and 124935 deletions

View File

@@ -0,0 +1,14 @@
/* Hide Call / SMS / WhatsApp text labels on mobile, keep icons only */
@media (max-width: 767.98px) {
.o_phone_form_link > small,
.o_field_phone_sms > small,
.o_field_phone_whatsapp > small {
display: none !important;
}
.o_phone_form_link,
.o_field_phone_sms,
.o_field_phone_whatsapp {
margin-inline-start: 0.5rem !important;
}
}