-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Make CustomNavTab responsive #9123
Conversation
|
|
||
.dropdown-menu :global { | ||
width: 100%; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
width: 100%
はユーティリティクラスでどうにかなるはず- オリジナルのクラスを宣言する必要があるのであれば一般的なクラス名を避けてください
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
w-100 を追加するように修正しました。
…s-page-list-modal-spec fix: add descendants page list modal spec
Approved |
タスク
やったこと
DescendantsPageListModal
画面サイズが md 以下のとき、body にドロップダウンを表示
モーダル内の dropdown において、メニューをクリック時にメニューが閉じるなどの bootstrap のデフォルトの機能が動作しなかったので、モーダル側で dropdown を閉じるようなコードを書いた
padding などの見た目は、fumiya さんに確認してもらった
管理画面の通知設定(/admin/notification)
/admin/security
同様に、ドロップダウンにした(ブラウザ幅を小さくしたときに、スタイルがくずれていたので)備考
キャプチャ