fix: minor graphic fixes

This commit is contained in:
Domingo Dirutigliano
2024-06-28 18:03:15 +02:00
parent 111526a918
commit 74b689600b
6 changed files with 39 additions and 8 deletions

View File

@@ -6,9 +6,20 @@
margin:5px;
}
.regex_text{
padding: 6px;
background-color: $third_color;
.outer_regex_text{
border-radius: 8px;
overflow: hidden;
margin: 6px;
}
.regex_text{
padding: 10px;
background-color: $third_color;
overflow-x: hidden;
border-radius: 8px;
}
.regex_text:hover{
overflow-x: auto;
opacity: 0.8;
}