This repository was archived by the owner on Mar 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
# scan-status {
21
21
cursor : auto;
22
22
}
23
- .uk-card-title {
23
+ .break-word {
24
24
word-wrap : break-word;
25
25
}
26
26
.uk-logo > img {
Original file line number Diff line number Diff line change 36
36
<% - if t.entries.size > 0 - %>
37
37
<div class =" uk-card-badge uk-label" ><%= (percentage[i] * 100 ).round(1 ) %> %</div >
38
38
<% - end - %>
39
- <h3 class =" uk-card-title" ><%= t.title %> </h3 >
39
+ <h3 class =" uk-card-title break-word " ><%= t.title %> </h3 >
40
40
<p ><%= t.size %> entries</p >
41
41
</div >
42
42
</div >
Original file line number Diff line number Diff line change 45
45
<% - if t.entries.size > 0 - %>
46
46
<div class =" uk-card-badge uk-label" ><%= (titles_percentage[i] * 100 ).round(1 ) %> %</div >
47
47
<% - end - %>
48
- <h3 class =" uk-card-title" ><%= t.title %> </h3 >
48
+ <h3 class =" uk-card-title break-word " ><%= t.title %> </h3 >
49
49
<p ><%= t.size %> entries</p >
50
50
</div >
51
51
</div >
73
73
<div class =" uk-modal-dialog uk-margin-auto-vertical" >
74
74
<button class =" uk-modal-close-default" type =" button" uk-close ></button >
75
75
<div class =" uk-modal-header" >
76
- <h3 class =" uk-modal-title" id =" modal-title" ></h3 >
77
- <p class =" uk-text-meta uk-margin-remove-bottom" id =" path-text" ></p >
76
+ <h3 class =" uk-modal-title break-word " id =" modal-title" ></h3 >
77
+ <p class =" uk-text-meta uk-margin-remove-bottom break-word " id =" path-text" ></p >
78
78
<p class =" uk-text-meta uk-margin-remove-top" id =" pages-text" ></p >
79
79
</div >
80
80
<div class =" uk-modal-body" >
You can’t perform that action at this time.
0 commit comments