Skip to content

Commit

Permalink
fixed nav bar display for long names
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammed-abuodeh committed Apr 29, 2024
1 parent 960bacd commit 718e5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewtree.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<a href="index.html"><img src="fonts/logo.png" alt="palmyra" id='logo'/></a>
</div>
<div class="toolbar" style="display: flex;flex-direction: column;margin-left: 20px;height: 65px">
<div id="conlluFileNameDiv">
<div id="conlluFileNameDiv" class="file-name-tree-number">
<span id="conlluFileName"></span>
<span id="currentTreeNumber" class="tab parens"></span>
</div>
Expand Down

0 comments on commit 718e5ec

Please sign in to comment.