Mobilification of the build view
This commit is contained in:
parent
05683d7692
commit
79caf2dab2
2 changed files with 18 additions and 0 deletions
|
@ -177,3 +177,9 @@
|
|||
white-space: nowrap;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
#copyButton {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue