mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_responsive: Label width on modal
This commit is contained in:
committed by
Sergey Shebanin
parent
89c9d6e76d
commit
b7e6a12aa7
@@ -84,6 +84,7 @@ html .o_web_client .o_action_manager .o_action {
|
|||||||
// Size of labels
|
// Size of labels
|
||||||
.o_web_client {
|
.o_web_client {
|
||||||
&.o_chatter_position_sided {
|
&.o_chatter_position_sided {
|
||||||
|
.o_action_manager {
|
||||||
.o_content,
|
.o_content,
|
||||||
.modal-content {
|
.modal-content {
|
||||||
@include media-breakpoint-up(xl, $o-extra-grid-breakpoints) {
|
@include media-breakpoint-up(xl, $o-extra-grid-breakpoints) {
|
||||||
@@ -100,8 +101,10 @@ html .o_web_client .o_action_manager .o_action {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
&:not(.o_chatter_position_sided) {
|
&:not(.o_chatter_position_sided) {
|
||||||
@include media-breakpoint-up(lg, $o-extra-grid-breakpoints) {
|
@include media-breakpoint-up(lg, $o-extra-grid-breakpoints) {
|
||||||
|
.o_action_manager {
|
||||||
.o_content,
|
.o_content,
|
||||||
.modal-content {
|
.modal-content {
|
||||||
.o_inner_group {
|
.o_inner_group {
|
||||||
@@ -112,6 +115,7 @@ html .o_web_client .o_action_manager .o_action {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Normal views
|
// Normal views
|
||||||
|
|||||||
Reference in New Issue
Block a user