"Refactor NavigationMenuDepartment button formatting for improved readability in mobile tooltip layout."
This commit is contained in:
@@ -76,7 +76,10 @@ const getDepartmentLabel = (departmentId: number): string => {
|
||||
<!-- Mobile view -->
|
||||
<div class="control">
|
||||
<b-tooltip position="is-bottom" multilined type="is-info">
|
||||
<b-button icon-left="building" icon-pack="fas" :label="getDepartmentLabel(SessionUser.functions.getDepartmentIdFromUrl()) || selectADepartmentString" class="is-fullwidth is-rounded"/>
|
||||
<b-button icon-left="building"
|
||||
icon-pack="fas"
|
||||
:label="getDepartmentLabel(SessionUser.functions.getDepartmentIdFromUrl()) || selectADepartmentString"
|
||||
class="is-fullwidth is-rounded"/>
|
||||
<template v-slot:content>
|
||||
<!-- Pick a department tooltip content -->
|
||||
<!-- Scrollable list of departments -->
|
||||
|
||||
Reference in New Issue
Block a user