svg.escobar.life

A simple SVG markup editor for the web

Commit
aa39541c75bca4321aa110f94f69d1c5bb5f96be
Parent
67a80b12711191ef0cace927a8509d4f99986917
Author
Pablo <pablo-escobar@riseup.net>
Date

Changed the alignment of the line count in the editor

Diffstat

1 file changed, 1 insertion, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified css/styles.css 1 1 0
diff --git a/css/styles.css b/css/styles.css
@@ -190,6 +190,7 @@ body {
   display: inline-block;
   width: calc(var(--indent) - 1em);
   margin-right: 1em;
+  text-align: right;
 
   content: attr(data-elmsh-lc);
   font-weight: bold;