mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
Use small breakpoint (sm) cards in dashboard to be responsive
This commit is contained in:
parent
c0e33b26d0
commit
5dcafe03f9
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ const props = defineProps({
|
|||
});
|
||||
|
||||
const width_class = computed(() => {
|
||||
return `col-${props.width || 4}`;
|
||||
return `col-sm-${props.width || 4}`;
|
||||
});
|
||||
|
||||
const height_class = computed(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue