1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

use new format

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2020-12-03 09:13:09 -05:00
parent 30f7198c92
commit f91821f16d
2 changed files with 1 additions and 7 deletions

View File

@ -27,12 +27,6 @@
background: $layoutBackground;
border-radius: $radius;
.version, .name {
code {
padding: unset;
}
}
.actions > button:not(:last-child) {
margin-right: $spacing / 2;
}

View File

@ -456,7 +456,7 @@ export class Extensions extends React.Component {
{name}
</div>
<div className="version">
Version: <code className="version">{version}</code>
{version}
</div>
<div className="description">
{description}