Skip to content

Commit

Permalink
fix(preferences): Fix height of sync configs table (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanoni committed Aug 24, 2024
1 parent 7c05ed2 commit 67c1db1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/prefs/preferences.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<description data-l10n-id="notero-preferences-sync-groupbox-description1" />
<description data-l10n-id="notero-preferences-sync-groupbox-description2" />
<separator class="thin" />
<hbox class="virtualized-table-container" flex="1" height="220px">
<hbox class="virtualized-table-container" flex="1">
<html:div id="notero-syncConfigsTable-container" />
</hbox>
<separator class="thin" />
Expand Down
4 changes: 4 additions & 0 deletions src/content/style/preferences.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#notero-syncConfigsTable-container {
height: 250px;
max-height: 250px;
}

0 comments on commit 67c1db1

Please sign in to comment.