File tree Expand file tree Collapse file tree 5 files changed +3
-7
lines changed Expand file tree Collapse file tree 5 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 3838 {{if .ErrorMsg}}
3939 <div class="tw-mt-8">
4040 <p>{{ctx.Locale.Tr "error.occurred"}}:</p>
41- <pre class="tw-whitespace-pre-wrap tw-break-all ">{{.ErrorMsg}}</pre>
41+ <pre class="tw-whitespace-pre-wrap tw-wrap-anywhere ">{{.ErrorMsg}}</pre>
4242 </div>
4343 {{end}}
4444 <div class="tw-mt-8 tw-text-center">
Original file line number Diff line number Diff line change @@ -878,7 +878,6 @@ overflow-menu .ui.label {
878878.code-inner {
879879 font : 12px var (--fonts-monospace );
880880 white-space : pre-wrap;
881- word-break : break-all;
882881 overflow-wrap : anywhere;
883882 line-height : inherit; /* needed for inline code preview in markup */
884883}
Original file line number Diff line number Diff line change 447447 margin : 0 ;
448448 font-size : 100% ;
449449 white-space : pre-wrap;
450- word-break : break-all;
451- overflow-wrap : break-word;
450+ overflow-wrap : anywhere;
452451 background : transparent;
453452 border : 0 ;
454453}
Original file line number Diff line number Diff line change @@ -1724,8 +1724,7 @@ tbody.commit-list {
17241724 line-height : 18px ;
17251725 margin : 1em ;
17261726 white-space : pre-wrap;
1727- word-break : break-all;
1728- overflow-wrap : break-word;
1727+ overflow-wrap : anywhere;
17291728}
17301729
17311730.content-history-detail-dialog .header .avatar {
Original file line number Diff line number Diff line change @@ -955,7 +955,6 @@ export default defineComponent({
955955
956956.job-step-logs .job-log-line .log-msg {
957957 flex : 1 ;
958- word-break : break-all ;
959958 white-space : break-spaces;
960959 margin-left : 10px ;
961960 overflow-wrap : anywhere;
You can’t perform that action at this time.
0 commit comments