Skip to content

Commit 28e1839

Browse files
Merge pull request #120 from psychlone77/main
CSharp svg bug fix
2 parents 3fb7bea + 480963c commit 28e1839

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
node_modules
22
dist
3+
snippets
4+
public
35
.vite
46
coverage
57
package-lock.json

public/icons/csharp.svg

Lines changed: 10 additions & 0 deletions
Loading

src/styles/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ abbr {
367367

368368
position: absolute;
369369
width: 100%;
370-
max-height: 15rem;
370+
max-height: 20rem;
371371
overflow-y: auto;
372372

373373
background-color: var(--clr-bg-secondary);

0 commit comments

Comments
 (0)