Skip to content

Commit

Permalink
SWC-6689 - fix annotation styling for project pane
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgros committed Feb 12, 2024
1 parent 4cbe218 commit 238851c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
xmlns:t="urn:import:org.sagebionetworks.web.client.view.bootstrap.table"
>
<g:HTMLPanel>
<t:Table ui:field="table" styleName="table table-striped table-condensed">
<t:Table
ui:field="table"
styleName="table table-striped table-condensed whiteBackground"
>
<!-- <t:THead> <t:TableRow> <t:TableHeader> <b.html:Text>Key</b.html:Text>
</t:TableHeader> <t:TableHeader> <b.html:Text>Value</b.html:Text> </t:TableHeader>
</t:TableRow> </t:THead> -->
Expand Down

0 comments on commit 238851c

Please sign in to comment.