Changes for page Icon Picker
Last modified by Jiri Tobias on 2026/02/20 12:07
From version 2.1
edited by Jiri Tobias
on 2026/01/13 13:25
on 2026/01/13 13:25
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-icon-ui/17.4.1]
To version 3.1
edited by Jiri Tobias
on 2026/02/20 12:07
on 2026/02/20 12:07
Change comment:
Install extension [org.xwiki.platform:xwiki-platform-icon-ui/17.10.3]
Summary
-
Objects (1 modified, 0 added, 0 removed)
Details
- XWiki.StyleSheetExtension[0]
-
- Code
-
... ... @@ -71,3 +71,8 @@ 71 71 height: 60px; 72 72 } 73 73 74 +/* Define the select width explicitly because unexpected width definitions can break the icon picker layout. */ 75 +.xwikiIconPickerIconThemeSelector select { 76 + width: auto; 77 +} 78 +