feat: added padding bottom to increase the visibility of logs in explorer page (#5069)

This commit is contained in:
Vikrant Gupta 2024-05-23 22:39:38 +05:30 committed by GitHub
parent 3c2bc06e6a
commit f8b8080853
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,6 +9,7 @@
display: flex;
flex-direction: column;
flex: 1;
padding-bottom: 60px;
.views-tabs-container {
padding: 8px 16px;