Commit addfe785 by Robb Hamilton

Fix bug where long project names cause scrollbar in add modal

parent cdb2f37c
......@@ -24,6 +24,9 @@
&:first-of-type {
margin-top: 0;
}
strong {
.word-break();
}
}
.help-block {
......
......@@ -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;
......
......@@ -24,6 +24,9 @@
&:first-of-type {
margin-top: 0;
}
strong {
.word-break();
}
}
.help-block {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment