Issue Reporter: Copy data to clipboard when url exceeds max length, #44733

This commit is contained in:
Rachel Macfarlane
2018-02-28 10:07:18 -08:00
parent fd8e756d14
commit ac842329c2
3 changed files with 28 additions and 20 deletions

View File

@@ -42,11 +42,6 @@ td {
margin-bottom: 1.5em;
}
#similar-issues {
margin-left: 12%;
display: block;
}
/**
* Forms
*/
@@ -293,6 +288,9 @@ button {
color: #fff;
}
.section .input-group .validation-error {
margin-left: 13%;
}
.section .inline-form-control, .section .inline-label {
display: inline-block;
@@ -310,6 +308,11 @@ button {
cursor: pointer;
}
#similar-issues {
margin-left: 12%;
display: block;
}
@media (max-width: 950px) {
.section .inline-label {
width: 12%;
@@ -329,7 +332,7 @@ button {
width: 100%;
}
#similar-issues {
#similar-issues, .section .input-group .validation-error {
margin-left: 0;
}
}