Skip to Content.
Sympa Menu

grouper-dev - [grouper-dev] maybe a CSS "fix" for the UI table breaking out of the div?

Subject: Grouper Developers Forum

List archive

[grouper-dev] maybe a CSS "fix" for the UI table breaking out of the div?


Chronological Thread 
  • From: "Black, Carey M." <>
  • To: "" <>
  • Subject: [grouper-dev] maybe a CSS "fix" for the UI table breaking out of the div?
  • Date: Thu, 5 Sep 2019 02:19:12 +0000
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=osu.edu; dmarc=pass action=none header.from=osu.edu; dkim=pass header.d=osu.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=YmClIfizTc1LrjfQ/PiuXn2ABaeH2CWek0iZQ5vKU1k=; b=AITRoX27jjZ1+ig0IhNLBqsxF6ARWXaiqWwBDJcXNMyq8a6zdhZ6sUOnvu2cak+OcwxGcu0PmTWogTIdnnNg0J0hxaP9EvI/KikMAOs3aMSF6ZDS6J/R2VuDaePCWnQwEJj08uDHy2AMEs6uUl7A0qlSqaxzguZNhI+8MYGhdAGDv3FtbrT+wLag1VFIcPXPA1rLCe8djdTJrvvaJ2852BOMLW8Bb4npNARYAzKyi22RKB/YdIpRTey+Ewcm7tUVSiomUDYfHll2cxsrNya4j7TKodzn3F8iROhXiG4bo5Gpo0VBBca85hLSc5e8Q2lH36kNKSrNo+gbnf4WUpwZWw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Pes04MDMGxqEVeXv5eSV+lV+ElWHzoCmRwRw6v+bkBia4umpYeONSXghsOvL/8FHVj2GodPKj69jfqTa0X+szCNN2Oc12W+ksz/rSHrEBZKJg7N+9Q3AYdLfV2hs4pmwSYrVamtsAvoECdCEKL+KSgb55UfMR1usVpbZLjLNor/y0oHEfoNBqXhfwRaKfKxLAlJSTVoed4lR2ByClxekF+uhRseXc1/av9/eZvtwk8DQTIVjuJPhVAg5e8HgrOP5IUC5cHJx7xljYHzv6Mj7wgJ5j34pJ//BCy5Stt8zzTFAnxgDfziXx6UiLBvMZdt0VTf14//JeM7lAtPAHUh53w==

All,

I am NOT a front end web guy. However... maybe this would work?

Add to the outer table in the working area
table-layout:fixed;

Add to table columns:
overflow: scroll;

Only tested in Chrome. YMMV.
It appears to respond fairly to a resized window. (Collapses down to
a single column and wraps the column values that need to be wrapped.)

HTH.

--
Carey Matthew



  • [grouper-dev] maybe a CSS "fix" for the UI table breaking out of the div?, Black, Carey M., 09/05/2019

Archive powered by MHonArc 2.6.19.

Top of Page