mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
fix the menu height issue (#2438)
This commit is contained in:
parent
b8b3d0a3c9
commit
337c97d94c
@ -48,7 +48,7 @@
|
|||||||
{{ 'CORE.PAGINATION.TOTAL_PAGES' | translate: { total: pages.length } }}
|
{{ 'CORE.PAGINATION.TOTAL_PAGES' | translate: { total: pages.length } }}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<md-menu #pagesMenu="mdMenu">
|
<md-menu #pagesMenu="mdMenu" class="adf-pagination__page-selector">
|
||||||
<button
|
<button
|
||||||
md-menu-item
|
md-menu-item
|
||||||
*ngFor="let pageNumber of pages"
|
*ngFor="let pageNumber of pages"
|
||||||
|
@ -91,6 +91,10 @@
|
|||||||
margin: 0 5px;
|
margin: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__page-selector {
|
||||||
|
max-height: 250px !important;
|
||||||
|
}
|
||||||
|
|
||||||
button[md-icon-button] {
|
button[md-icon-button] {
|
||||||
width: $adf-pagination--icon-button-size;
|
width: $adf-pagination--icon-button-size;
|
||||||
height: $adf-pagination--icon-button-size;
|
height: $adf-pagination--icon-button-size;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user