We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39ff264 commit 3c415a2Copy full SHA for 3c415a2
histomicsui/web_client/stylesheets/panels/frameSelectorWidget.styl
@@ -38,11 +38,13 @@
38
.enable-col
39
width initial
40
41
- .name-col
+ td.name-col
42
display flex
43
flex-direction column
44
- width 125px
+ width 140px
45
+ max-width unset
46
overflow hidden
47
+ padding 0
48
49
.picker-offset
50
margin-right 50px
setup.py
@@ -43,7 +43,7 @@ def prerelease_local_scheme(version):
'Programming Language :: Python :: 3.11',
],
install_requires=[
- 'girder-large-image-annotation>=1.22.4',
+ 'girder-large-image-annotation>=1.23.0',
'girder-slicer-cli-web>=1.2.3',
'cachetools',
'importlib-metadata<5 ; python_version < "3.8"',
0 commit comments