Skip to content

Commit

Permalink
+ (Finance) Fixed filename overlap problem in the Related Documents s…
Browse files Browse the repository at this point in the history
…ection of the Benevolence Request Detail block. (Fixes #5434)
  • Loading branch information
nairdo committed Oct 5, 2023
1 parent 337a7e9 commit 1ea01f7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion RockWeb/Blocks/Finance/BenevolenceRequestDetail.ascx
Expand Up @@ -30,6 +30,11 @@
color: #737475;
letter-spacing: 0.32px;
}
.related-documents {
text-overflow: ellipsis;
overflow: hidden;
}
</style>

<asp:UpdatePanel ID="upnlContent" runat="server">
Expand Down Expand Up @@ -281,7 +286,7 @@
<div class="row">
<asp:Repeater ID="rptViewBenevolenceDocuments" runat="server">
<ItemTemplate>
<div class="col-md-2">
<div class="col-md-3 related-documents">
<asp:HyperLink ID="lnkViewUploadedFile" runat="server" Target="_blank" rel="noopener noreferrer" CssClass="btn-link"></asp:HyperLink>
</div>
</ItemTemplate>
Expand Down

0 comments on commit 1ea01f7

Please sign in to comment.