Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
origin-web-common
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Java-于龙
origin-web-common
Commits
9843de79
Commit
9843de79
authored
Sep 06, 2017
by
Sam Padgett
Committed by
GitHub
Sep 06, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #176 from rhamilto/console-issue-2007
Fix bug where long project names cause scrollbar in add modal
parents
cdb2f37c
addfe785
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
_bind-service.less
dist/less/_bind-service.less
+3
-0
origin-web-common.css
dist/origin-web-common.css
+6
-0
_bind-service.less
src/styles/_bind-service.less
+3
-0
No files found.
dist/less/_bind-service.less
View file @
9843de79
...
...
@@ -24,6 +24,9 @@
&:first-of-type {
margin-top: 0;
}
strong {
.word-break();
}
}
.help-block {
...
...
dist/origin-web-common.css
View file @
9843de79
...
...
@@ -42,6 +42,12 @@
.bind-form
.bind-choice
:first-of-type
{
margin-top
:
0
;
}
.bind-form
.bind-choice
strong
{
word-wrap
:
break-word
;
word-break
:
break-word
;
overflow-wrap
:
break-word
;
min-width
:
0
;
}
.bind-form
.help-block.service-instance-name
{
display
:
inline-block
;
margin-top
:
0
;
...
...
src/styles/_bind-service.less
View file @
9843de79
...
...
@@ -24,6 +24,9 @@
&:first-of-type {
margin-top: 0;
}
strong {
.word-break();
}
}
.help-block {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment