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:
parent
30f7198c92
commit
f91821f16d
@ -27,12 +27,6 @@
|
||||
background: $layoutBackground;
|
||||
border-radius: $radius;
|
||||
|
||||
.version, .name {
|
||||
code {
|
||||
padding: unset;
|
||||
}
|
||||
}
|
||||
|
||||
.actions > button:not(:last-child) {
|
||||
margin-right: $spacing / 2;
|
||||
}
|
||||
|
||||
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user