mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
fix layout app search bar small display
This commit is contained in:
parent
2746b29984
commit
c968fbcdac
@ -5,11 +5,17 @@
|
||||
|
||||
|
||||
@media screen and ($mat-xsmall) {
|
||||
adf-search-bar {
|
||||
app-search-bar {
|
||||
width: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 350px) {
|
||||
app-search-bar {
|
||||
width: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
.adf-app-layout-toolbar {
|
||||
position: relative;
|
||||
overflow: visible !important;
|
||||
|
Loading…
x
Reference in New Issue
Block a user