MOBILE-4291 userprofile: Add white-space normal to item-headings

main
Alfonso Salces 2023-04-18 09:33:28 +02:00
parent fa6dc7e5a6
commit 543e4929ca
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
.item-heading {
white-space: normal;
}

View File

@ -23,6 +23,7 @@ import { CoreUserProfileFieldBaseComponent } from '@features/user/classes/base-p
@Component({
selector: 'addon-user-profile-field-menu',
templateUrl: 'addon-user-profile-field-menu.html',
styleUrls: ['./menu.scss'],
})
export class AddonUserProfileFieldMenuComponent extends CoreUserProfileFieldBaseComponent {