Skip to content

Commit 2f09259

Browse files
authored
Merge pull request #316 from DigitalSlideArchive/css-adjustments
Tweak some css values for the frame selector
2 parents 39ff264 + 3c415a2 commit 2f09259

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

histomicsui/web_client/stylesheets/panels/frameSelectorWidget.styl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,13 @@
3838
.enable-col
3939
width initial
4040

41-
.name-col
41+
td.name-col
4242
display flex
4343
flex-direction column
44-
width 125px
44+
width 140px
45+
max-width unset
4546
overflow hidden
47+
padding 0
4648

4749
.picker-offset
4850
margin-right 50px

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def prerelease_local_scheme(version):
4343
'Programming Language :: Python :: 3.11',
4444
],
4545
install_requires=[
46-
'girder-large-image-annotation>=1.22.4',
46+
'girder-large-image-annotation>=1.23.0',
4747
'girder-slicer-cli-web>=1.2.3',
4848
'cachetools',
4949
'importlib-metadata<5 ; python_version < "3.8"',

0 commit comments

Comments
 (0)