[ui-fixes] frappe/erpnext#7694
This commit is contained in:
parent
1f58e36d37
commit
832e5ee92d
2 changed files with 11 additions and 2 deletions
|
|
@ -135,6 +135,11 @@
|
|||
.navbar-form .awesomplete {
|
||||
width: 300px;
|
||||
}
|
||||
@media (max-width: 1199px) {
|
||||
.navbar-form .awesomplete {
|
||||
width: 280px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.navbar-form .awesomplete {
|
||||
width: 250px;
|
||||
|
|
@ -200,7 +205,7 @@
|
|||
}
|
||||
}
|
||||
.toolbar-user-fullname {
|
||||
max-width: 200px;
|
||||
max-width: 150px;
|
||||
display: inline-block;
|
||||
}
|
||||
.navbar-brand {
|
||||
|
|
|
|||
|
|
@ -163,6 +163,10 @@
|
|||
.navbar-form .awesomplete {
|
||||
width: 300px;
|
||||
|
||||
@media (max-width: @screen-md) {
|
||||
width: 280px;
|
||||
}
|
||||
|
||||
@media (max-width: @screen-sm) {
|
||||
width: 250px;
|
||||
}
|
||||
|
|
@ -224,7 +228,7 @@
|
|||
}
|
||||
|
||||
.toolbar-user-fullname {
|
||||
max-width: 200px;
|
||||
max-width: 150px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue