mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 21:05:19 +00:00
refac: styling
This commit is contained in:
parent
aa9f3d0632
commit
6e19e46b07
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ __builtins__.input = input`);
|
|||
const pltCanvasElement = document.getElementById(`plt-canvas-${id}`);
|
||||
|
||||
if (pltCanvasElement?.innerHTML !== '') {
|
||||
pltCanvasElement.classList.add('px-4', 'pt-4');
|
||||
pltCanvasElement.classList.add('pt-4');
|
||||
}
|
||||
} catch (error) {
|
||||
console.error('Error:', error);
|
||||
|
|
|
|||
Loading…
Reference in a new issue