Fix the width of the share with input
* the ID of this has changed to #shareWith-viewNUMBER and shouldn't be used in CSS * now uses the proper classes
This commit is contained in:
parent
08248f66ba
commit
00fcb95d86
|
@ -28,7 +28,7 @@
|
||||||
width: 94%;
|
width: 94%;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.shareTabView #shareWith {
|
.shareTabView input[type="text"].shareWithField {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue