fix(aio): temporarily remove link to source from the API pages (#17371)
We need to come up with a better design (possibly involving an icon button) to link to the source code (for viewing and/or editing). Fixes #17254
This commit is contained in:

committed by
Igor Minar

parent
3a99af2696
commit
65d49d5c94
@ -1,13 +1,13 @@
|
||||
.api-info-bar {
|
||||
max-width: 800px;
|
||||
text-align: center;
|
||||
text-align: left;
|
||||
|
||||
span {
|
||||
margin: 0 16px;
|
||||
margin: 0 16px 0 0;
|
||||
|
||||
@media screen and (max-width: 600px) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user