Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 7255 - wrap long texts on user profile info #7333

Merged
merged 5 commits into from
Jul 1, 2019

Conversation

Cherrg
Copy link
Contributor

@Cherrg Cherrg commented Jun 30, 2019

wrap long texts on user profile info

fix #7255

discussed in PR #7254

close #7254

Signed-off-by: Michael Gnehr michael@gnehr.de

@zeripath zeripath added the topic/ui Change the appearance of the Gitea UI label Jun 30, 2019
@zeripath zeripath added this to the 1.9.0 milestone Jun 30, 2019
@GiteaBot GiteaBot added the lgtm/need 1 This PR needs approval from one additional maintainer to be merged. label Jun 30, 2019
@codecov-io
Copy link

codecov-io commented Jun 30, 2019

Codecov Report

Merging #7333 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #7333      +/-   ##
=========================================
+ Coverage   41.29%   41.3%   +<.01%     
=========================================
  Files         466     466              
  Lines       63186   63186              
=========================================
+ Hits        26095   26100       +5     
+ Misses      33680   33676       -4     
+ Partials     3411    3410       -1
Impacted Files Coverage Δ
models/gpg_key.go 56.66% <0%> (+0.83%) ⬆️
models/repo_list.go 73.09% <0%> (+1.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3563650...b61b254. Read the comment docs.

@GiteaBot GiteaBot added lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. and removed lgtm/need 1 This PR needs approval from one additional maintainer to be merged. labels Jun 30, 2019
@techknowlogick techknowlogick merged commit 9c6af9d into go-gitea:master Jul 1, 2019
jeffliu27 pushed a commit to jeffliu27/gitea that referenced this pull request Jul 18, 2019
fix go-gitea#7255

discussed in PR go-gitea#7254

Signed-off-by: Michael Gnehr <michael@gnehr.de>
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
lgtm/done This PR has enough approvals to get merged. There are no important open reservations anymore. topic/ui Change the appearance of the Gitea UI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve display of long user profile emails in the web UI
7 participants