/**
* Theme Name: BuddyxPro Child
* Description: This is a child theme of BuddyxPro, generated by Merlin WP.
* Author: <a href="https://wbcomdesigns.com">wbcomdesigns</a>
* Template: buddyx-pro
* Version: 3.8.7
*/

/*ユーザーメニュードロップダウン通知の文字横並び*/
.user-menu-dropdown-menu .dropdown-title {
  display: flex;
  font-weight: 500;
　width: 100%; /* もしくは足りない場合はより大きな値 */
}