Skip to content

Commit

Permalink
Prevent KeyValueTable copy column from wrapping (#2181)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrik committed Feb 23, 2024
1 parent 6ec807f commit d0a41b0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ limitations under the License.
}

.KeyValueTable--copyColumn {
white-space: nowrap;
text-align: right;
}

Expand Down

0 comments on commit d0a41b0

Please sign in to comment.