Merge "Allow user selection of file path in diff view"
This commit is contained in:
@@ -143,6 +143,12 @@ limitations under the License.
|
||||
display: block;
|
||||
overflow: auto;
|
||||
}
|
||||
#trigger {
|
||||
-moz-user-select: text;
|
||||
-ms-user-select: text;
|
||||
-webkit-user-select: text;
|
||||
user-select: text;
|
||||
}
|
||||
@media screen and (max-width: 50em) {
|
||||
header {
|
||||
padding: .5em var(--default-horizontal-margin);
|
||||
|
||||
Reference in New Issue
Block a user