Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#9553: Improving readability of long attribute values in attribute table and table widgets #9701

Merged
merged 8 commits into from
Nov 21, 2023
Prev Previous commit
Next Next commit
#9553: add copyright for the created handleLongTextEnhancer
  • Loading branch information
mahmoudadel54 committed Nov 14, 2023
commit 6817bdb6eb5b52deef575aba4bf06d17cf80dee7
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright 2023, GeoSolutions Sas.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree.
*/

import React from "react";
import OverlayTrigger from "../OverlayTrigger";
import { Tooltip } from "react-bootstrap";
Expand Down