diff --git a/README.md b/README.md index 5756258b737..8b877993dbd 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Windows License ======= -Copyright (c) 2014-2019 [Rancher Labs, Inc.](http://rancher.com) +Copyright (c) 2014-2019 [Rancher Labs, Inc.](https://rancher.com) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/assets/sass/app.scss b/assets/sass/app.scss index 127d70636ff..679a9be83c8 100644 --- a/assets/sass/app.scss +++ b/assets/sass/app.scss @@ -13,3 +13,7 @@ display: none; visibility: hidden; } + +pre > code { + padding: 0; +} \ No newline at end of file