mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 20:25:57 +00:00
Fixed the overflow of the url when adding an admin user or a team
member.
This commit is contained in:
@@ -1074,3 +1074,6 @@ ul.account-radio-group li img {
|
||||
padding: 20px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.url {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
@@ -1260,4 +1260,8 @@ pre {
|
||||
padding: 20px;
|
||||
margin-bottom:30px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.url {
|
||||
word-break: break-all;
|
||||
}
|
||||
|
Reference in New Issue
Block a user