MOBILE-4291 userprofile: Add white-space normal to item-headings
parent
fa6dc7e5a6
commit
543e4929ca
|
@ -0,0 +1,3 @@
|
|||
.item-heading {
|
||||
white-space: normal;
|
||||
}
|
|
@ -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 {
|
||||
|
||||
|
|
Loading…
Reference in New Issue