• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pulibrary / tigerdata-app / c9e09e29-9235-4acd-b87d-f19708659198

03 Dec 2025 03:09PM UTC coverage: 91.457% (+11.3%) from 80.167%
c9e09e29-9235-4acd-b87d-f19708659198

push

circleci

web-flow
Remove hard coded padding to fix the width of the form (#2263)

also fixes details page overrun display issues

fixes #2217

## wizard after the change
<img width="936" height="811" alt="Screenshot 2025-12-03 at 8 55 01 AM"
src="https://github.com/user-attachments/assets/2bdfb03f-5de4-4a52-a545-51b40f2e53c8"
/>


## Details after change
<img width="977" height="1228" alt="Screenshot 2025-12-03 at 8 50 04 AM"
src="https://github.com/user-attachments/assets/8598b074-0d97-481d-8f99-9b583170b970"
/>

## Details Before the change
<img width="915" height="1214" alt="Screenshot 2025-12-03 at 8 50 49 AM"
src="https://github.com/user-attachments/assets/7c2689a9-9e02-4684-a98d-e92cf4122d2c"
/>
<img width="923" height="1217" alt="Screenshot 2025-12-03 at 8 50 58 AM"
src="https://github.com/user-attachments/assets/7949f71b-c149-46fc-9259-a20ed48e7092"
/>

2944 of 3219 relevant lines covered (91.46%)

677.93 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/app/controllers/request_submit_controller.rb
1
# frozen_string_literal: true
2
class RequestSubmitController < ApplicationController
3✔
3
  before_action :set_breadcrumbs
3✔
4

5
  # GET /request_submit
6
  def index; end
3✔
7

8
  private
3✔
9

10
    def set_breadcrumbs
3✔
11
      add_breadcrumb("Dashboard", dashboard_path)
6✔
12
      add_breadcrumb("New Project Request")
6✔
13
    end
14
end
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc