app-well: Set menu width
Currently the app well menu has unrestricted with which can cause it to grow with long window titles and can even go offscreen that way. So set a max size, long titles will now be properly elipised. https://bugzilla.gnome.org/show_bug.cgi?id=738054
This commit is contained in:
parent
aa3aea7520
commit
0bec76b6ee
@ -232,6 +232,10 @@ StScrollBar StButton#vhandle:active {
|
|||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.app-well-menu {
|
||||||
|
max-width: 400px;
|
||||||
|
}
|
||||||
|
|
||||||
/* The remaining popup-menu sizing is all done in ems, so that if you
|
/* The remaining popup-menu sizing is all done in ems, so that if you
|
||||||
* override .popup-menu.font-size, everything else will scale with it.
|
* override .popup-menu.font-size, everything else will scale with it.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user