File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
1
<div class="ui container tw-flex">
2
2
{{ctx.AvatarUtils.Avatar .Org 100 "org-avatar"}}
3
- <div id="org-info" class="tw-flex tw-flex-col">
3
+ <div id="org-info" class="tw-flex tw-flex-col tw-flex-1 tw-break-anywhere ">
4
4
<div class="ui header">
5
5
{{.Org.DisplayName}}
6
6
<span class="org-visibility">
18
18
{{end}}
19
19
</span>
20
20
</div>
21
- {{if .RenderedDescription}}<div class="render-content markup">{{.RenderedDescription}}</div>{{end}}
21
+ {{if .RenderedDescription}}<div class="render-content markup tw-break-anywhere ">{{.RenderedDescription}}</div>{{end}}
22
22
<div class="text light meta tw-mt-1">
23
23
{{if .Org.Location}}<div class="flex-text-block">{{svg "octicon-location"}} <span>{{.Org.Location}}</span></div>{{end}}
24
24
{{if .Org.Website}}<div class="flex-text-block">{{svg "octicon-link"}} <a class="muted" target="_blank" rel="noopener noreferrer me" href="{{.Org.Website}}">{{.Org.Website}}</a></div>{{end}}
Original file line number Diff line number Diff line change 93
93
margin-right : 15px ;
94
94
}
95
95
96
- .page-content .organization # org-info {
97
- overflow-wrap : anywhere;
98
- flex : 1 ;
99
- }
100
-
101
96
.page-content .organization # org-info .ui .header {
102
97
display : flex;
103
98
align-items : center;
You can’t perform that action at this time.
0 commit comments