Fixed VIN Wrapping on Tag Popover IO-432
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -64,7 +64,7 @@ export default function VehicleTagPopoverComponent({ job }) {
|
||||
);
|
||||
|
||||
return (
|
||||
<Popover placement="bottom" content={content}>
|
||||
<Popover placement="bottom" visible={true} content={content}>
|
||||
<Tag color="blue">
|
||||
{job.vehicleid ? (
|
||||
<Link to={`/manage/vehicles/${job.vehicleid}`}>
|
||||
|
||||
@@ -1593,7 +1593,7 @@
|
||||
"v_tone": "Tone",
|
||||
"v_trimcode": "Trim Code",
|
||||
"v_type": "Type",
|
||||
"v_vin": "Vehicle Identification Number"
|
||||
"v_vin": "V.I.N."
|
||||
},
|
||||
"forms": {
|
||||
"detail": "Vehicle Details",
|
||||
|
||||
@@ -1593,7 +1593,7 @@
|
||||
"v_tone": "Tono",
|
||||
"v_trimcode": "Código de recorte",
|
||||
"v_type": "Tipo",
|
||||
"v_vin": "Número de identificación del vehículo"
|
||||
"v_vin": "V.I.N."
|
||||
},
|
||||
"forms": {
|
||||
"detail": "",
|
||||
|
||||
@@ -1593,7 +1593,7 @@
|
||||
"v_tone": "ton",
|
||||
"v_trimcode": "Code de coupe",
|
||||
"v_type": "Type",
|
||||
"v_vin": "Plaque d'immatriculation"
|
||||
"v_vin": "V.I.N."
|
||||
},
|
||||
"forms": {
|
||||
"detail": "",
|
||||
|
||||
Reference in New Issue
Block a user