Skip to content

Commit 93fe3ad

Browse files
committed
refactor: remove redundant rem
1 parent 89f7ede commit 93fe3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Views/errors/html/debug.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ p.lead {
108108
}
109109
.tabs a:link,
110110
.tabs a:visited {
111-
padding: 0rem 1rem;
111+
padding: 0 1rem;
112112
line-height: 2.7;
113113
text-decoration: none;
114114
color: var(--dark-text-color);

0 commit comments

Comments
 (0)