add border and padding

This commit is contained in:
Osman Faruk Bayram 2025-08-01 00:06:49 +03:00
parent 42a61a30a7
commit e7f2f6c99e

View file

@ -107,6 +107,8 @@ def render_html(df):
background-color: transparent; background-color: transparent;
border-radius: 5px; border-radius: 5px;
overflow: hidden; overflow: hidden;
border: 1px solid #1e1e24;
padding: 17px;
}} }}
</style> </style>
</head> </head>